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

IFieldCollection.Item Property

Item[String]

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

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