Constructor FakeCLSCompliantAttribute
FakeCLSCompliantAttribute(bool)
Initializes an instance of the System.CLSCompliantAttribute class with a Boolean value indicating whether the indicated program element is CLS-compliant.
public FakeCLSCompliantAttribute(bool isCompliant)
Parameters
isCompliant
booltrue if CLS-compliant; otherwise, false.