Click or drag to resize

TitleAttribute Constructor (Type, String)

Constructor for element title

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 TitleAttribute(
	Type resType,
	string dispNameResName
)

Parameters

resType
Type: SystemType
Type of the static class (usually Resources)
dispNameResName
Type: SystemString
Resource name of the string for display name
See Also