Table of Contents

Constructor FakeCLSCompliantAttribute

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.Core.dll

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 bool

true if CLS-compliant; otherwise, false.