Boo.BooLangService.BooMethods.GetType C# (CSharp) Method

GetType() public method

public GetType ( int index ) : string
index int
return string
        public override string GetType(int index)
        {
            return GetMethodByIndex(index).ReturnType;
        }