Operator explicit operator
explicit operator NullablePersistentSequencePointer<T>(PersistentSequencePointer)
Converts a PersistentSequencePointer to a NullablePersistentSequencePointer<T>.
Declaration
public static explicit operator NullablePersistentSequencePointer<T>(PersistentSequencePointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer | pointer | The PersistentSequencePointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointer<T> | A NullablePersistentSequencePointer<T> pointing to the same target as the specified PersistentSequencePointer. |
explicit operator NullablePersistentSequencePointer<T>(NullablePersistentSequencePointer)
Converts a NullablePersistentSequencePointer to a NullablePersistentSequencePointer<T>.
Declaration
public static explicit operator NullablePersistentSequencePointer<T>(NullablePersistentSequencePointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentSequencePointer | pointer | The NullablePersistentSequencePointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointer<T> | A NullablePersistentSequencePointer<T> pointing to the same target as the specified NullablePersistentSequencePointer. |
explicit operator NullableFunctionPointer(NullablePersistentSequencePointer<T>)
Converts a NullablePersistentSequencePointer<T> to a NullableFunctionPointer.
Declaration
public static explicit operator NullableFunctionPointer(NullablePersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentSequencePointer<T> | pointer | The NullablePersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableFunctionPointer | A NullableFunctionPointer pointing to the target function that's the same target as the specified NullablePersistentSequencePointer<T>, reinterpreted as an executable function. |
explicit operator NullablePersistentFunctionPointer(NullablePersistentSequencePointer<T>)
Converts a NullablePersistentSequencePointer<T> to a NullablePersistentFunctionPointer.
Declaration
public static explicit operator NullablePersistentFunctionPointer(NullablePersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentSequencePointer<T> | pointer | The NullablePersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentFunctionPointer | A NullablePersistentFunctionPointer pointing to the target function that's the same target as the specified NullablePersistentSequencePointer<T>, reinterpreted as an executable function. |