Converts a NameValueEntry to a DictionaryEntry.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static implicit operator DictionaryEntry (
	NameValueEntry pair
)
Visual Basic
Public Shared Widening Operator CType ( 
	pair As NameValueEntry
) As DictionaryEntry

Parameters

pair
Type: CodeSmith.CustomProperties..::..NameValueEntry
A NameValueEntry object to convert.

Return Value

Type: DictionaryEntry
A DictionaryEntry object that represents the converted pair.

See Also