Class CharacterLocationCitation
public class CharacterLocationCitation : LocationCitation
- Inheritance
-
objectCharacterLocationCitation
- Inherited Members
Properties
EndCharIndex
Required.
public int EndCharIndex { get; set; }
Property Value
- int
StartCharIndex
Required. Required range: x >= 0
public int StartCharIndex { get; set; }
Property Value
- int
Type
Required.
public override CitationType Type { get; }