Amoeba.Windows.AvalonEditHelperBase.CustomElementSetting.CustomElementSetting C# (CSharp) Метод

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

public CustomElementSetting ( string type, int offset, int count ) : System
type string
offset int
count int
Результат System
            public CustomElementSetting(string type, int offset, int count)
            {
                _type = type;
                _offset = offset;
                _count = count;
            }
AvalonEditHelperBase.CustomElementSetting