CodeIdentifiers Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CodeIdentifiers() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CodeIdentifiers class. |
CodeIdentifiers(Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CodeIdentifiers class and determines whether code identifiers are case sensitive. |
CodeIdentifiers()
- Source:
- CodeIdentifiers.cs
- Source:
- CodeIdentifiers.cs
- Source:
- CodeIdentifiers.cs
Initializes a new instance of the CodeIdentifiers class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
CodeIdentifiers();
public CodeIdentifiers ();
Public Sub New ()
Applies to
CodeIdentifiers(Boolean)
- Source:
- CodeIdentifiers.cs
- Source:
- CodeIdentifiers.cs
- Source:
- CodeIdentifiers.cs
Initializes a new instance of the CodeIdentifiers class and determines whether code identifiers are case sensitive.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
CodeIdentifiers(bool caseSensitive);
public CodeIdentifiers (bool caseSensitive);
new System.Xml.Serialization.CodeIdentifiers : bool -> System.Xml.Serialization.CodeIdentifiers
Public Sub New (caseSensitive As Boolean)
Parameters
- caseSensitive
- Boolean
true
if identifiers are case sensitive; otherwise, false
.