Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code.​Collections/IProperty­Collection/Item
Open sandboxFocus

Property Item

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
String name
Property Value
Type Description
IProperty