Boo.Lang.Compiler.TypeSystem.AnonymousCallableType.GetTypeDepth C# (CSharp) 메소드

GetTypeDepth() 공개 메소드

public GetTypeDepth ( ) : int
리턴 int
        public override int GetTypeDepth()
        {
            return 3;
        }