AlbLib.IFF.IFFFileNode.Apply C# (CSharp) Method

Apply() private method

private Apply ( IFFFile file ) : void
file IFFFile
return void
        private void Apply(IFFFile file)
        {
            this.TypeID = file.TypeID;
            this.Length = file.Length;
            this.FormatID = file.FormatID;
        }