コード例 #1
0
 /// <summary>
 /// Unregisters a root view with the given tag.
 /// </summary>
 /// <param name="rootViewTag">The root view tag.</param>
 public void RemoveRootView(int rootViewTag)
 {
     _shadowNodeRegistry.RemoveRootNode(rootViewTag);
     _operationsQueue.EnqueueRemoveRootView(rootViewTag);
 }