Catrobat.IDE.Core.Annotations.BaseTypeRequiredAttribute.BaseTypeRequiredAttribute C# (CSharp) Метод

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

public BaseTypeRequiredAttribute ( [ baseType ) : System
baseType [
Результат System
    public BaseTypeRequiredAttribute([NotNull] Type baseType)
    {
      BaseType = baseType;
    }
BaseTypeRequiredAttribute