CodeIdentifiers Constructors

Definition

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.

Applies to