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

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

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