Initializes a new TypeNames instance with values copied from the specified TypeNames instance.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public TypeNames(
	TypeNames typeNames
)
Visual Basic (Declaration)
Public Sub New ( _
	typeNames As TypeNames _
)
Visual C++
public:
TypeNames(
	TypeNames^ typeNames
)

Parameters

typeNames
Type: Endeca.Data.Provider..::.TypeNames
TypeNames to copy.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionif typeNames is null.

See Also