MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIProperty­CollectionItem
Open sandboxFocus

IPropertyCollection.Item Property

Item[String]

Gets a property of a given name or throws an exception if there is none.

Declaration
IProperty this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
IProperty