NServiceBus.XmlSerializerCache.GetAllFieldsForType C# (CSharp) Метод

GetAllFieldsForType() приватный Метод

private GetAllFieldsForType ( Type t ) : System.Reflection.FieldInfo[]
t System.Type
Результат System.Reflection.FieldInfo[]
        FieldInfo[] GetAllFieldsForType(Type t)
        {
            return t.GetFields(BindingFlags.FlattenHierarchy | BindingFlags.Instance | BindingFlags.Public);
        }