IKVM.Reflection.Type.CheckVisibility C# (CSharp) Méthode

CheckVisibility() private méthode

private CheckVisibility ( TypeAttributes access ) : bool
access TypeAttributes
Résultat bool
        private bool CheckVisibility(TypeAttributes access)
        {
            return (Attributes & TypeAttributes.VisibilityMask) == access;
        }