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