ReplacementToken Class

A single replacement token used by the ReplacementFormatter. A token consists of two things:

  • The actual text of the token (including the {})
  • A delegate to retrieve the value to replace the token.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class ReplacementToken
'Declaration
Public Class ReplacementToken
public ref class ReplacementToken

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.ReplacementToken

See Also

ReplacementToken Members

Microsoft.Practices.EnterpriseLibrary.Common Namespace