AttributeKey.op_Explicit

AttributeKey Explicit operator

Performs an explicit conversion from String to AttributeKey.

public static explicit operator AttributeKey(string key)
ParameterTypeDescription
keyStringThe attribute key.

Return Value

The result of the conversion.

See Also