Creates a new instance.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public MarkingInfo(
	int id,
	string name
)
Visual Basic
Public Sub New ( 
	id As Integer,
	name As String
)

Parameters

id
Type: System..::..Int32
ID of the marking to be registered.
name
Type: System..::..String
Name of the marking.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Parameter 'id' is out of valid range.
System..::..ArgumentNullException Parameter 'name' is null.

See Also