Boo.BooLangService.BooMethods.GetName C# (CSharp) Метод

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

public GetName ( int index ) : string
index int
Результат string
        public override string GetName(int index)
        {
            return GetMethodByIndex(index).Name;
        }