| MatrixDataProviderExtensionMatrixData Constructor |
Constructor
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntax public MatrixData(
Dictionary<string, string> attributeToLabel
)
Public Sub New (
attributeToLabel As Dictionary(Of String, String)
)
Parameters
- attributeToLabel
- Type: System.Collections.GenericDictionaryString, String
Dictionary from Attribute to Label. Initializes to empty if null.
See Also