Class PodItem
Inheritance
System.Object
PodItem
Syntax
Properties
Index
Declaration
public int Index { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Length
Declaration
public int Length { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Value
Declaration
public string Value { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
CreateFromMatchGroup(Group)
Declaration
public static PodItem CreateFromMatchGroup(Group g)
Parameters
| Type |
Name |
Description |
| Group |
g |
|
Returns