ASP.NET Pack Programmer's Guide
MapFeature Constructor
See Also
 





Initializes a new instance of the MapFeature struct.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

public MapFeature (
    string key,
    string value
)

Visual Basic  Copy Code

Public New ( _
    key As String, _
    value As String _
)

 Parameters

key

The feature's key.

value

The feature's value.

 See Also

MapFeature Structure
MindFusion.Mapping Namespace