AA2Install.Mod.Mod C# (CSharp) Method

Mod() public method

public Mod ( string name ) : System
name string
return System
        public Mod(string name)
        {
            setName(name);
            Size = 0;
            SubFilenames = new List<string>();
        }

Same methods

Mod::Mod ( ) : System
Mod::Mod ( SerializationInfo info, StreamingContext ctxt ) : System
Mod::Mod ( string name, ulong size, List subfilenames ) : System