Keys Property

MCManager API

[Missing <summary> documentation for "P:Moxiecode.Manager.FileFactoryDictionary.Keys"]

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

Syntax

C#
public ICollection Keys { get; }
Visual Basic (Declaration)
Public ReadOnly Property Keys As ICollection
Visual C++
public:
property ICollection^ Keys {
	ICollection^ get ();
}

See Also