AoMBrgEditor.PssgAttributeInfo.PssgAttributeInfo C# (CSharp) Метод

PssgAttributeInfo() публичный Метод

public PssgAttributeInfo ( PssgBinaryReader reader ) : System
reader PssgBinaryReader
Результат System
        public PssgAttributeInfo(PssgBinaryReader reader)
        {
            id = reader.ReadInt32();
            name = reader.ReadPSSGString();
        }

Same methods

PssgAttributeInfo::PssgAttributeInfo ( int id, string name ) : System
PssgAttributeInfo