public Func<Type, FieldInfo[]> OnGetFieldInfos { get; set; }
Public Property OnGetFieldInfos As Func(Of Type, FieldInfo()) Get Set
member OnGetFieldInfos : Func<Type, FieldInfo[]> with get, set
In This Article