.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Mono.CSharp
  3. InterfaceMemberBase
  4. AllowedModifiersClass
  • InterfaceMemberBase
    • AllowedModifiersClass
    • AllowedModifiersInterface
    • AllowedModifiersStruct
    • base_method
    • flags
    • InterfaceType
    • is_external_implementation
    • IsExplicitImpl
    • IsInterface
    • InterfaceMemberBase(TypeDefinition, FullNamedExpression, Modifiers, Modifiers, MemberName, Attributes)
    • ExpectedMemberTypeVariance
    • IsUsed
    • ShortName
    • CheckAccessModifiers(MemberCore, MemberSpec)
    • CheckBase()
    • CheckForDuplications()
    • CheckOverrideAgainstBase(MemberSpec)
    • Define()
    • DefineParameters(ParametersCompiled)
    • DoMemberTypeDependentChecks()
    • Emit()
    • EnableOverloadChecks(MemberCore)
    • Error_CannotChangeAccessModifiers(MemberCore, MemberSpec)
    • Error_StaticReturnType()
    • FindBaseMember(MemberSpec, Boolean)
    • GetFullName(MemberName)
    • GetFullName(String)
    • GetSignatureForDocumentation()
    • SetConstraints(List<Constraints>)
monoandroid
namespace Mono.CSharp
{
    public abstract class InterfaceMemberBase : MemberBase
    {
        protected const Modifiers AllowedModifiersClass = Modifiers.AccessibilityMask | Modifiers.NEW | Modifiers.ABSTRACT | Modifiers.SEALED | Modifiers.STATIC | Modifiers.VIRTUAL | Modifiers.OVERRIDE | Modifiers.AllowedExplicitImplFlags;
    }
}
Xamarin Android 0.0
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 0.0
Xamarin watchOS 0.0
Information specific to monoandroid
Assembly

Mono.CSharp , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙