AGS.Editor.DataFileWriter.CompiledCustomProperties.AddProperty C# (CSharp) Method

AddProperty() public method

public AddProperty ( string name, string value ) : void
name string
value string
return void
            public void AddProperty(string name, string value)
            {
                _names.Add(name);
                _values.Add(value);
            }