Item Property

MCManager API

[Missing <summary> documentation for "P:Moxiecode.Manager.Utils.NameObjectCollection.Item(System.String)"]

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public Object this[
	string key
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	key As String _
) As Object
Visual C++
public:
property Object^ default[String^ key] {
	Object^ get (String^ key);
	void set (String^ key, Object^ value);
}

Parameters

key
Type: System..::.String

See Also