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;
        }