UnityEditor.HeapshotReader.TypeInfo.TypeInfo C# (CSharp) Method

TypeInfo() public method

public TypeInfo ( ) : System
return System
            public TypeInfo()
            {
                this.name = string.Empty;
                this.fields = new Dictionary<uint, HeapshotReader.FieldInfo>();
            }

Same methods

HeapshotReader.TypeInfo::TypeInfo ( string name ) : System
HeapshotReader.TypeInfo