Operator implicit operator
implicit operator int(Identifier<T>)
Implicit conversion from a snapshot identifier to an integer.
Declaration
public static implicit operator int(Identifier<T> identity)
Parameters
Type | Name | Description |
---|---|---|
Identifier<T> | identity |
Returns
Type | Description |
---|---|
int |