







![]() ![]() |
MCManager API Reference |
FileFactoryDictionary..::.Item Property |
FileFactoryDictionary Class See Also Send Feedback |
[Missing <summary> documentation for "P:Moxiecode.Manager.FileFactoryDictionary.Item(System.String)"]
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public IFileFactory this[ string key ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ key As String _ ) As IFileFactory |
Visual C++ |
---|
public: property IFileFactory^ default[String^ key] { IFileFactory^ get (String^ key); void set (String^ key, IFileFactory^ value); } |
Parameters
- key
- Type: System..::.String