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

GetName() public method

public GetName ( int index ) : string
index int
return string
        public override string GetName(int index)
        {
            return GetMethodByIndex(index).Name;
        }