CodeIdentifiers Constructor (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.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
CodeIdentifiers(
	bool caseSensitive
)

Parameters

caseSensitive
Type: System::Boolean

true if identifiers are case sensitive; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: