Operator explicit operator
explicit operator NullablePersistentSequencePointerUninitialized<T>(PersistentSequencePointer)
Declaration
public static explicit operator NullablePersistentSequencePointerUninitialized<T>(PersistentSequencePointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer | pointer | The PersistentSequencePointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerUninitialized<T> | A NullablePersistentSequencePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer. |
explicit operator NullablePersistentSequencePointerUninitialized<T>(PersistentSequencePointerUninitialized)
Converts a PersistentSequencePointerUninitialized to a NullablePersistentSequencePointerUninitialized<T>.
Declaration
public static explicit operator NullablePersistentSequencePointerUninitialized<T>(PersistentSequencePointerUninitialized pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointerUninitialized | pointer | The PersistentSequencePointerUninitialized to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerUninitialized<T> | A NullablePersistentSequencePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointerUninitialized. |
explicit operator NullablePersistentSequencePointerUninitialized<T>(NullablePersistentSequencePointer)
Converts a NullablePersistentSequencePointer to a NullablePersistentSequencePointerUninitialized<T>.
Declaration
public static explicit operator NullablePersistentSequencePointerUninitialized<T>(NullablePersistentSequencePointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentSequencePointer | pointer | The NullablePersistentSequencePointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerUninitialized<T> | A NullablePersistentSequencePointerUninitialized<T> pointing to the same target as the specified NullablePersistentSequencePointer. |
explicit operator NullablePersistentSequencePointerUninitialized<T>(NullablePersistentSequencePointerUninitialized)
Converts a NullablePersistentSequencePointerUninitialized to a NullablePersistentSequencePointerUninitialized<T>.
Declaration
public static explicit operator NullablePersistentSequencePointerUninitialized<T>(NullablePersistentSequencePointerUninitialized pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentSequencePointerUninitialized | pointer | The NullablePersistentSequencePointerUninitialized to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerUninitialized<T> | A NullablePersistentSequencePointerUninitialized<T> pointing to the same target as the specified NullablePersistentSequencePointerUninitialized. |