VirtualUser Get Method C# API
Overload List

  NameDescription
Public methodGet(String)
Returns a reference to an object held in the dictionary.
Public methodGet T (String)
Returns a reference to an object held in the dictionary.
Public methodGet(String, Object)
Returns an object value held in the dictionary, or the defaultValue if the key cannot be found.
Public methodGet T (String, T)
Returns a reference to an object held in the dictionary.
Back to Top
See Also