Operator implicit operator
implicit operator AspectType(Type)
Implicit conversion from managed Type to AspectType.
Declaration
[ExcludeFromBurstCompatTesting("Returns managed type")]
public static implicit operator AspectType(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
AspectType | Returns the new AspectType. |