| SummaryAttribute Constructor (Type, String) |
Constructor for element summary
Namespace:
CodeStack.SwEx.Common.Attributes
Assembly:
CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax public SummaryAttribute(
Type resType,
string descriptionResName
)
Public Sub New (
resType As Type,
descriptionResName As String
)
Parameters
- resType
- Type: SystemType
Type of the static class (usually Resources) - descriptionResName
- Type: SystemString
Resource name of the string for display name
See Also