CultureAttribute.CultureAttribute C# (CSharp) Method

CultureAttribute() public method

public CultureAttribute ( string code ) : System,
code string
return System,
    public CultureAttribute(string code) : base() => Code = code;
}
CultureAttribute