Alexandria.Engines.Sciagi.Resources.ScriptSection.Object.ToString C# (CSharp) Метод

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

Create a string representation of the object.
public ToString ( ) : string
Результат string
            public override string ToString()
            {
                return string.Format("{0}({1} variable(s), {2} function(s))", GetType().Name, Variables.Count, Functions.Count);
            }