Operator implicit operator
implicit operator TableEntryReference(string)
Converts a string name into a reference.
Declaration
public static implicit operator TableEntryReference(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
implicit operator TableEntryReference(long)
Converts a key id into a reference.
Declaration
public static implicit operator TableEntryReference(long keyId)
Parameters
Type |
Name |
Description |
long |
keyId |
|
Returns
implicit operator string(TableEntryReference)
Declaration
public static implicit operator string(TableEntryReference tableEntryReference)
Parameters
Returns
implicit operator long(TableEntryReference)
Declaration
public static implicit operator long(TableEntryReference tableEntryReference)
Parameters
Returns