Operator implicit operator
implicit operator PointerReadOnly(Pointer)
Converts a Pointer to a PointerReadOnly.
Declaration
public static implicit operator PointerReadOnly(Pointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | pointer | The Pointer to convert. |
Returns
| Type | Description |
|---|---|
| PointerReadOnly | A PointerReadOnly pointing to the same target as the specified Pointer. |
implicit operator PointerUninitialized(Pointer)
Converts a Pointer to a PointerUninitialized.
Declaration
public static implicit operator PointerUninitialized(Pointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | pointer | The Pointer to convert. |
Returns
| Type | Description |
|---|---|
| PointerUninitialized | A PointerUninitialized pointing to the same target as the specified Pointer. |
implicit operator NullablePointer(Pointer)
Converts a Pointer to a NullablePointer.
Declaration
public static implicit operator NullablePointer(Pointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | pointer | The Pointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointer | A NullablePointer pointing to the same target as the specified Pointer. |
implicit operator NullablePointerReadOnly(Pointer)
Converts a Pointer to a NullablePointerReadOnly.
Declaration
public static implicit operator NullablePointerReadOnly(Pointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | pointer | The Pointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerReadOnly | A NullablePointerReadOnly pointing to the same target as the specified Pointer. |
implicit operator NullablePointerUninitialized(Pointer)
Converts a Pointer to a NullablePointerUninitialized.
Declaration
public static implicit operator NullablePointerUninitialized(Pointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | pointer | The Pointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerUninitialized | A NullablePointerUninitialized pointing to the same target as the specified Pointer. |