Properties of class FieldInfoSet

class FieldInfoSet | Constructors | Methods | All Members


Public Properties

Gets the number of elements contained in the System.Collections.ICollection.
public int Count { get; }      ReadOnlyCollection

Gets the FieldInfo at the specified index.
public FieldInfoBase this [ int index ] { get; }

Gets the FieldInfo with the specified alias.
public FieldInfoBase this [ string alias ] { get; }

Protected Properties

protected ArrayList InnerList { get; }      ReadOnlyCollection