Catrobat.IDE.Core.Annotations.BaseTypeRequiredAttribute.BaseTypeRequiredAttribute C# (CSharp) Method

BaseTypeRequiredAttribute() public method

public BaseTypeRequiredAttribute ( [ baseType ) : System
baseType [
return System
    public BaseTypeRequiredAttribute([NotNull] Type baseType)
    {
      BaseType = baseType;
    }
BaseTypeRequiredAttribute