Operator implicit operator
implicit operator Type(SerializableType)
Declaration
public static implicit operator Type(SerializableType t)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializableType | t |
Returns
| Type | Description |
|---|---|
| Type |
implicit operator SerializableType(Type)
Declaration
public static implicit operator SerializableType(Type t)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | t |
Returns
| Type | Description |
|---|---|
| SerializableType |