SequenceList Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.SequenceList[[SequenceList]] end
Members
Properties
Protected properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
() |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
SequenceList
Source code
protected SequenceList(string range)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
range |
Methods
NextChar
Source code
protected virtual char NextChar()
PutBack
Source code
protected virtual void PutBack()
GetAttributes
Source code
protected virtual bool GetAttributes()
Expand
Source code
public static ICollection<int> Expand(string ranges, int maxNumber)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ranges |
|
|
|
maxNumber |
Properties
Type
protected virtual int Type { get; }
Generated with ModularDoc