Exemple #1
0
 public void Contains()
 {
     categories.Contains(PathUtility.Separator);
 }
Exemple #2
0
 public static Task <bool> ContainsAsync(this ITypeCategoryCollection typeCategoryCollection, string categoryPath)
 {
     return(typeCategoryCollection.Dispatcher.InvokeAsync(() => typeCategoryCollection.Contains(categoryPath)));
 }