BraceFoldingStrategyCreateNewFoldings(ITextSource) - метод
Create NewFoldings for the specified document.
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public IEnumerable<NewFolding> CreateNewFoldings(
ITextSource document
)
Public Function CreateNewFoldings (
document As ITextSource
) As IEnumerable(Of NewFolding)
public:
IEnumerable<NewFolding^>^ CreateNewFoldings(
ITextSource^ document
)
member CreateNewFoldings :
document : ITextSource -> IEnumerable<NewFolding>
- document ITextSource
-
The document.
IEnumerableNewFolding
The
IEnumerableT.