System.Tools.ResGen.Entry.Entry C# (CSharp) Method

Entry() public method

public Entry ( string name, object value ) : System
name string
value object
return System
            public Entry(string name, object value) {
                this.name = name;
                this.value = value;
            }
    
ResGen.Entry