Operator implicit operator
implicit operator FixedList512Bytes<T>(in FixedList32Bytes<T>)
Returns a new list that is a copy of another list.
Declaration
public static implicit operator FixedList512Bytes<T>(in FixedList32Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
other | The list to copy. |
Returns
Type | Description |
---|---|
Fixed |
A new list that is a copy of the other. |
Exceptions
Type | Condition |
---|---|
Index |
Throws if the other list's length exceeds the capacity of FixedList512Bytes<T>. |
implicit operator FixedList512Bytes<T>(in FixedList64Bytes<T>)
Returns a new list that is a copy of another list.
Declaration
public static implicit operator FixedList512Bytes<T>(in FixedList64Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
other | The list to copy. |
Returns
Type | Description |
---|---|
Fixed |
A new list that is a copy of the other. |
Exceptions
Type | Condition |
---|---|
Index |
Throws if the other list's length exceeds the capacity of FixedList512Bytes<T>. |
implicit operator FixedList512Bytes<T>(in FixedList128Bytes<T>)
Returns a new list that is a copy of another list.
Declaration
public static implicit operator FixedList512Bytes<T>(in FixedList128Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
other | The list to copy. |
Returns
Type | Description |
---|---|
Fixed |
A new list that is a copy of the other. |
Exceptions
Type | Condition |
---|---|
Index |
Throws if the other list's length exceeds the capacity of FixedList512Bytes<T>. |
implicit operator FixedList512Bytes<T>(in FixedList4096Bytes<T>)
Returns a new list that is a copy of another list.
Declaration
public static implicit operator FixedList512Bytes<T>(in FixedList4096Bytes<T> other)
Parameters
Type | Name | Description |
---|---|---|
Fixed |
other | The list to copy. |
Returns
Type | Description |
---|---|
Fixed |
A new list that is a copy of the other. |
Exceptions
Type | Condition |
---|---|
Index |
Throws if the other list's length exceeds the capacity of FixedList512Bytes<T>. |