Boo.Lang.Compiler.Steps.AccessibilityChecker.CurrentType C# (CSharp) Méthode

CurrentType() private méthode

private CurrentType ( ) : IType
Résultat IType
        private IType CurrentType()
        {
            return (IType)_scope.Entity;
        }