Exemplo n.º 1
0
 /// <inheritdoc cref="ViewCollectionHelper.MapViewIds"/>
 private void MapViewIds()
 {
     ViewCollectionHelper.MapViewIds(_views, out _viewIds);
 }
Exemplo n.º 2
0
 /// <inheritdoc cref="ViewCollectionHelper.MapViewIds"/>
 internal void MapViewIds()
 {
     ViewCollectionHelper.MapViewIds(_views, out _viewIds, true);
 }