Boo.Lang.Compiler.TypeSystem.AnonymousCallableType.GetTypeDepth C# (CSharp) Méthode

GetTypeDepth() public méthode

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