DictionaryElementItem Property |
[Missing <summary> documentation for "P:VelocityGraph.Frontenac.Blueprints.DictionaryElement.Item(System.String)"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual Object this[
string key
] { get; set; }
Public Overridable Default Property Item (
key As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- key
- Type: SystemString
Property Value
Type:
ObjectImplements
IDictionaryTKey, TValueItemTKeySee Also