Operator Implicit
Implicit(SystemRef<T> to SystemHandle<T>)
Declaration
public static implicit operator SystemHandle<T>(SystemRef<T> self)
Parameters
Type | Name | Description |
---|---|---|
SystemRef<T> | self |
Returns
Type | Description |
---|---|
SystemHandle<T> |
Implicit(SystemRef<T> to SystemHandleUntyped)
Declaration
public static implicit operator SystemHandleUntyped(SystemRef<T> self)
Parameters
Type | Name | Description |
---|---|---|
SystemRef<T> | self |
Returns
Type | Description |
---|---|
SystemHandleUntyped |