StringPlaceholderDocumentGroup - конструктор |
Пространство имён:
Tessa.Platform.Placeholders
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public StringPlaceholderDocumentGroup(
int start,
int end,
int innerStartOffset,
int innerEndOffset,
StringPlaceholderDocumentGroupType type,
ICollection<StringPlaceholderDocumentGroup> innerGroups = null
)
Public Sub New (
start As Integer,
end As Integer,
innerStartOffset As Integer,
innerEndOffset As Integer,
type As StringPlaceholderDocumentGroupType,
Optional innerGroups As ICollection(Of StringPlaceholderDocumentGroup) = Nothing
)
public:
StringPlaceholderDocumentGroup(
int start,
int end,
int innerStartOffset,
int innerEndOffset,
StringPlaceholderDocumentGroupType type,
ICollection<StringPlaceholderDocumentGroup^>^ innerGroups = nullptr
)
new :
start : int *
end : int *
innerStartOffset : int *
innerEndOffset : int *
type : StringPlaceholderDocumentGroupType *
?innerGroups : ICollection<StringPlaceholderDocumentGroup>
(* Defaults:
let _innerGroups = defaultArg innerGroups null
*)
-> StringPlaceholderDocumentGroup
Параметры
- start
- Тип: SystemInt32
- end
- Тип: SystemInt32
- innerStartOffset
- Тип: SystemInt32
- innerEndOffset
- Тип: SystemInt32
- type
- Тип: Tessa.Platform.PlaceholdersStringPlaceholderDocumentGroupType
- innerGroups (Optional)
- Тип: System.Collections.GenericICollectionStringPlaceholderDocumentGroup
См. также