AGS.Editor.DataFileWriter.CompiledCustomProperties.CompiledCustomProperties C# (CSharp) Метод

CompiledCustomProperties() публичный Метод

public CompiledCustomProperties ( ) : System
Результат System
            public CompiledCustomProperties()
            {
                _names = new List<string>();
                _values = new List<string>();
            }