C# Class StringFormatEx.PlaceholderInfo

Mostrar archivo Open project: qstarin/StringFormatEx Class Usage Examples

Public Properties

Property Type Description
formatLength int
formatStart int
hasNested bool
placeholderLength int
placeholderStart int
selectorLength int
selectorStart int
selectors IEnumerable

Property Details

formatLength public_oe property

public int formatLength
return int

formatStart public_oe property

public int formatStart
return int

hasNested public_oe property

public bool hasNested
return bool

placeholderLength public_oe property

public int placeholderLength
return int

placeholderStart public_oe property

public int placeholderStart
return int

selectorLength public_oe property

public int selectorLength
return int

selectorStart public_oe property

public int selectorStart
return int

selectors public_oe property

public IEnumerable selectors
return IEnumerable