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