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

Property Item

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