public static async ValueTask<IReadOnlyList<INodeViewModel<TModel>>> SiblingsAsync<TModel>(INodeViewModel model, bool includeSelf = False)
- Returns:
- ValueTask<IReadOnlyList<INodeViewModel<TModel>>>
Parameters
model
INodeViewModel
includeSelf
bool
Type Parameters
TModel