Operator implicit operator
implicit operator Pointer(SequencePointer<T>)
Converts a SequencePointer<T> to a Pointer.
Declaration
public static implicit operator Pointer(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| Pointer | A Pointer pointing to the same target as the specified SequencePointer<T>. |
implicit operator Pointer<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a Pointer<T>.
Declaration
public static implicit operator Pointer<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| Pointer<T> | A Pointer<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator PointerReadOnly(SequencePointer<T>)
Converts a SequencePointer<T> to a PointerReadOnly.
Declaration
public static implicit operator PointerReadOnly(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerReadOnly | A PointerReadOnly pointing to the same target as the specified SequencePointer<T>. |
implicit operator PointerReadOnly<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a PointerReadOnly<T>.
Declaration
public static implicit operator PointerReadOnly<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerReadOnly<T> | A PointerReadOnly<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator PointerUninitialized(SequencePointer<T>)
Converts a SequencePointer<T> to a PointerUninitialized.
Declaration
public static implicit operator PointerUninitialized(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerUninitialized | A PointerUninitialized pointing to the same target as the specified SequencePointer<T>. |
implicit operator PointerUninitialized<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a PointerUninitialized<T>.
Declaration
public static implicit operator PointerUninitialized<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| PointerUninitialized<T> | A PointerUninitialized<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator SequencePointer(SequencePointer<T>)
Converts a SequencePointer<T> to a SequencePointer.
Declaration
public static implicit operator SequencePointer(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointer | A SequencePointer pointing to the same target as the specified SequencePointer<T>. |
implicit operator SequencePointerReadOnly(SequencePointer<T>)
Converts a SequencePointer<T> to a SequencePointerReadOnly.
Declaration
public static implicit operator SequencePointerReadOnly(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerReadOnly | A SequencePointerReadOnly pointing to the same target as the specified SequencePointer<T>. |
implicit operator SequencePointerReadOnly<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a SequencePointerReadOnly<T>.
Declaration
public static implicit operator SequencePointerReadOnly<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerReadOnly<T> | A SequencePointerReadOnly<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator SequencePointerUninitialized(SequencePointer<T>)
Converts a SequencePointer<T> to a SequencePointerUninitialized.
Declaration
public static implicit operator SequencePointerUninitialized(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerUninitialized | A SequencePointerUninitialized pointing to the same target as the specified SequencePointer<T>. |
implicit operator SequencePointerUninitialized<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a SequencePointerUninitialized<T>.
Declaration
public static implicit operator SequencePointerUninitialized<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| SequencePointerUninitialized<T> | A SequencePointerUninitialized<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullablePointer(SequencePointer<T>)
Converts a SequencePointer<T> to a NullablePointer.
Declaration
public static implicit operator NullablePointer(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointer | A NullablePointer pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullablePointer<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a NullablePointer<T>.
Declaration
public static implicit operator NullablePointer<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointer<T> | A NullablePointer<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullablePointerReadOnly(SequencePointer<T>)
Converts a SequencePointer<T> to a NullablePointerReadOnly.
Declaration
public static implicit operator NullablePointerReadOnly(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerReadOnly | A NullablePointerReadOnly pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullablePointerReadOnly<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a NullablePointerReadOnly<T>.
Declaration
public static implicit operator NullablePointerReadOnly<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerReadOnly<T> | A NullablePointerReadOnly<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullablePointerUninitialized(SequencePointer<T>)
Converts a SequencePointer<T> to a NullablePointerUninitialized.
Declaration
public static implicit operator NullablePointerUninitialized(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerUninitialized | A NullablePointerUninitialized pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullablePointerUninitialized<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a NullablePointerUninitialized<T>.
Declaration
public static implicit operator NullablePointerUninitialized<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerUninitialized<T> | A NullablePointerUninitialized<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullableSequencePointer(SequencePointer<T>)
Converts a SequencePointer<T> to a NullableSequencePointer.
Declaration
public static implicit operator NullableSequencePointer(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointer | A NullableSequencePointer pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullableSequencePointer<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a NullableSequencePointer<T>.
Declaration
public static implicit operator NullableSequencePointer<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointer<T> | A NullableSequencePointer<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullableSequencePointerReadOnly(SequencePointer<T>)
Converts a SequencePointer<T> to a NullableSequencePointerReadOnly.
Declaration
public static implicit operator NullableSequencePointerReadOnly(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerReadOnly | A NullableSequencePointerReadOnly pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullableSequencePointerReadOnly<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a NullableSequencePointerReadOnly<T>.
Declaration
public static implicit operator NullableSequencePointerReadOnly<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerReadOnly<T> | A NullableSequencePointerReadOnly<T> pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullableSequencePointerUninitialized(SequencePointer<T>)
Converts a SequencePointer<T> to a NullableSequencePointerUninitialized.
Declaration
public static implicit operator NullableSequencePointerUninitialized(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerUninitialized | A NullableSequencePointerUninitialized pointing to the same target as the specified SequencePointer<T>. |
implicit operator NullableSequencePointerUninitialized<T>(SequencePointer<T>)
Converts a SequencePointer<T> to a NullableSequencePointerUninitialized<T>.
Declaration
public static implicit operator NullableSequencePointerUninitialized<T>(SequencePointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| SequencePointer<T> | pointer | The SequencePointer<T> to convert. |
Returns
| Type | Description |
|---|---|
| NullableSequencePointerUninitialized<T> | A NullableSequencePointerUninitialized<T> pointing to the same target as the specified SequencePointer<T>. |