AlbLib.IFF.IFFFile.IFFFile C# (CSharp) Méthode

IFFFile() public méthode

Initializes new instance.
public IFFFile ( string typeid, string formatid, int length ) : System
typeid string
formatid string
length int
Résultat System
        public IFFFile(string typeid, string formatid, int length)
        {
            TypeID = typeid;
            FormatID = formatid;
            Length = length;
        }
IFFFile