Boo.Lang.Compiler.TypeSystem.AnonymousCallableType.GetTypeDepth C# (CSharp) Method

GetTypeDepth() public method

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