Boo.Lang.Compiler.TypeSystem.AnonymousCallableType.GetTypeDepth C# (CSharp) Метод

GetTypeDepth() публичный Метод

public GetTypeDepth ( ) : int
Результат int
        public override int GetTypeDepth()
        {
            return 3;
        }