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

FieldInfo() public method

public FieldInfo ( ) : System
return System
            public FieldInfo()
            {
                this.name = string.Empty;
            }

Same methods

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