コード例 #1
0
ファイル: Page.cs プロジェクト: sjhill01/Plugin-SDK
 /// <inheritdoc cref="ViewCollectionHelper.ContainsViewWithId"/>
 public bool ContainsViewWithId(string viewId)
 {
     return(ViewCollectionHelper.ContainsViewWithId(viewId, ref _views, ref _viewIds));
 }