NAnt SDK Documentation - v0.85-nightly-2005-11-09

NAntSchemaTask.CreateXsdSequence Method 

[This is preliminary documentation and subject to change.]

Creates a new XmlSchemaSequence instance.

[Visual Basic]
Protected Shared Function CreateXsdSequence( _
   ByVal min As Decimal, _
   ByVal max As Decimal _
) As XmlSchemaSequence
[C#]
protected static XmlSchemaSequence CreateXsdSequence(
   decimal min,
   decimal max
);

Parameters

min
The minimum value to allow for this choice
max
The maximum value to allow, Decimal.MaxValue sets it to 'unbound'

Return Value

The new XmlSchemaSequence instance.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Tasks.NAntSchemaTask.CreateXsdSequence(System.Decimal,System.Decimal)

See Also

NAntSchemaTask Class | NAnt.Core.Tasks Namespace