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

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

public CustomTextElement ( string text ) : System
text string
Результат System
                public CustomTextElement(string text)
                    : base(text, text.Length)
                {
                    this.Text = text;
                }
AvalonEditHelperBase.AbstractCustomElementGenerator.CustomTextElement