Property Item
Item[String]
Retrieves Comdat by its name
Declaration
public Comdat this[string key] { get; }
Parameters
public Comdat this[string key] { get; }
String | key | Name of the Comdat |
Property Value
Comdat | Comdat or null |
Exceptions
ArgumentNullException | Key is null |
KeyNotFoundException | Key does not exist in the collection |