December 2001
Beginner
464 pages
13h 51m
English
CLSCompliant
All
Specifies whether the program element is CLS-compliant. The CLSCompliantAttribute class constructor is:
Public Sub New(ByVal isCompliant As Boolean)The isCompliant parameter indicates
whether the program element is CLS-compliant.
The CLSCompliantAttribute class has a single property:
Indicates whether the program element is CLS-compliant. The type is Boolean.
See Chapter 3 for information on the CLS and on what it means for a program element to be CLS-compliant.