Operator implicit operator
implicit operator Pointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a Pointer.
Declaration
public static implicit operator Pointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| Pointer | A Pointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator Pointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a Pointer<T>.
Declaration
public static implicit operator Pointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| Pointer<T> | A Pointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PointerReadOnly.
Declaration
public static implicit operator PointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerReadOnly | A PointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PointerReadOnly<T>.
Declaration
public static implicit operator PointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerReadOnly<T> | A PointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PointerUninitialized.
Declaration
public static implicit operator PointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerUninitialized | A PointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PointerUninitialized<T>.
Declaration
public static implicit operator PointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerUninitialized<T> | A PointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator SequencePointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a SequencePointer.
Declaration
public static implicit operator SequencePointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointer | A SequencePointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator SequencePointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a SequencePointer<T>.
Declaration
public static implicit operator SequencePointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointer<T> | A SequencePointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator SequencePointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a SequencePointerReadOnly.
Declaration
public static implicit operator SequencePointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerReadOnly | A SequencePointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator SequencePointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a SequencePointerReadOnly<T>.
Declaration
public static implicit operator SequencePointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerReadOnly<T> | A SequencePointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator SequencePointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a SequencePointerUninitialized.
Declaration
public static implicit operator SequencePointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerUninitialized | A SequencePointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator SequencePointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a SequencePointerUninitialized<T>.
Declaration
public static implicit operator SequencePointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerUninitialized<T> | A SequencePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentPointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentPointer.
Declaration
public static implicit operator PersistentPointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentPointer | A PersistentPointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentPointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentPointer<T>.
Declaration
public static implicit operator PersistentPointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentPointer<T> | A PersistentPointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentPointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentPointerReadOnly.
Declaration
public static implicit operator PersistentPointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentPointerReadOnly | A PersistentPointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentPointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentPointerReadOnly<T>.
Declaration
public static implicit operator PersistentPointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentPointerReadOnly<T> | A PersistentPointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentPointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentPointerUninitialized.
Declaration
public static implicit operator PersistentPointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentPointerUninitialized | A PersistentPointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentPointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentPointerUninitialized<T>.
Declaration
public static implicit operator PersistentPointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentPointerUninitialized<T> | A PersistentPointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentSequencePointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentSequencePointer.
Declaration
public static implicit operator PersistentSequencePointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointer | A PersistentSequencePointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentSequencePointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentSequencePointerReadOnly.
Declaration
public static implicit operator PersistentSequencePointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerReadOnly | A PersistentSequencePointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentSequencePointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentSequencePointerReadOnly<T>.
Declaration
public static implicit operator PersistentSequencePointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerReadOnly<T> | A PersistentSequencePointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentSequencePointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentSequencePointerUninitialized.
Declaration
public static implicit operator PersistentSequencePointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerUninitialized | A PersistentSequencePointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator PersistentSequencePointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a PersistentSequencePointerUninitialized<T>.
Declaration
public static implicit operator PersistentSequencePointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PersistentSequencePointerUninitialized<T> | A PersistentSequencePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePointer.
Declaration
public static implicit operator NullablePointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointer | A NullablePointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePointer<T>.
Declaration
public static implicit operator NullablePointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointer<T> | A NullablePointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePointerReadOnly.
Declaration
public static implicit operator NullablePointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerReadOnly | A NullablePointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePointerReadOnly<T>.
Declaration
public static implicit operator NullablePointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerReadOnly<T> | A NullablePointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePointerUninitialized.
Declaration
public static implicit operator NullablePointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerUninitialized | A NullablePointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePointerUninitialized<T>.
Declaration
public static implicit operator NullablePointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerUninitialized<T> | A NullablePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullableSequencePointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullableSequencePointer.
Declaration
public static implicit operator NullableSequencePointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointer | A NullableSequencePointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullableSequencePointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullableSequencePointer<T>.
Declaration
public static implicit operator NullableSequencePointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointer<T> | A NullableSequencePointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullableSequencePointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullableSequencePointerReadOnly.
Declaration
public static implicit operator NullableSequencePointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerReadOnly | A NullableSequencePointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullableSequencePointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullableSequencePointerReadOnly<T>.
Declaration
public static implicit operator NullableSequencePointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerReadOnly<T> | A NullableSequencePointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullableSequencePointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullableSequencePointerUninitialized.
Declaration
public static implicit operator NullableSequencePointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerUninitialized | A NullableSequencePointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullableSequencePointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullableSequencePointerUninitialized<T>.
Declaration
public static implicit operator NullableSequencePointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerUninitialized<T> | A NullableSequencePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentPointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentPointer.
Declaration
public static implicit operator NullablePersistentPointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentPointer | A NullablePersistentPointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentPointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentPointer<T>.
Declaration
public static implicit operator NullablePersistentPointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentPointer<T> | A NullablePersistentPointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentPointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentPointerReadOnly.
Declaration
public static implicit operator NullablePersistentPointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentPointerReadOnly | A NullablePersistentPointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentPointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentPointerReadOnly<T>.
Declaration
public static implicit operator NullablePersistentPointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentPointerReadOnly<T> | A NullablePersistentPointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentPointerUninitialized(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentPointerUninitialized.
Declaration
public static implicit operator NullablePersistentPointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentPointerUninitialized | A NullablePersistentPointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentPointerUninitialized<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentPointerUninitialized<T>.
Declaration
public static implicit operator NullablePersistentPointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentPointerUninitialized<T> | A NullablePersistentPointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentSequencePointer(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentSequencePointer.
Declaration
public static implicit operator NullablePersistentSequencePointer(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointer | A NullablePersistentSequencePointer pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentSequencePointer<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentSequencePointer<T>.
Declaration
public static implicit operator NullablePersistentSequencePointer<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointer<T> | A NullablePersistentSequencePointer<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentSequencePointerReadOnly(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentSequencePointerReadOnly.
Declaration
public static implicit operator NullablePersistentSequencePointerReadOnly(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerReadOnly | A NullablePersistentSequencePointerReadOnly pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentSequencePointerReadOnly<T>(PersistentSequencePointer<T>)
Converts a PersistentSequencePointer<T> to a NullablePersistentSequencePointerReadOnly<T>.
Declaration
public static implicit operator NullablePersistentSequencePointerReadOnly<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerReadOnly<T> | A NullablePersistentSequencePointerReadOnly<T> pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentSequencePointerUninitialized(PersistentSequencePointer<T>)
Declaration
public static implicit operator NullablePersistentSequencePointerUninitialized(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerUninitialized | A NullablePersistentSequencePointerUninitialized pointing to the same target as the specified PersistentSequencePointer<T>. |
implicit operator NullablePersistentSequencePointerUninitialized<T>(PersistentSequencePointer<T>)
Declaration
public static implicit operator NullablePersistentSequencePointerUninitialized<T>(PersistentSequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentSequencePointer<T> | pointer | The PersistentSequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerUninitialized<T> | A NullablePersistentSequencePointerUninitialized<T> pointing to the same target as the specified PersistentSequencePointer<T>. |