LocalisedCategoryAttribute Constructor (String, Int32, Int32) |
Creates a new object.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LocalisedCategoryAttribute(
string key,
int displayOrder,
int totalCategories
)
Public Sub New (
key As String,
displayOrder As Integer,
totalCategories As Integer
)
public:
LocalisedCategoryAttribute(
String^ key,
int displayOrder,
int totalCategories
)
new :
key : string *
displayOrder : int *
totalCategories : int -> LocalisedCategoryAttribute
Parameters
- key
- Type: SystemString
- displayOrder
- Type: SystemInt32
- totalCategories
- Type: SystemInt32
See Also