Created
June 10, 2016 01:06
-
-
Save rohits79/b1a863a000b610e764bbc4e72971f5d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void InnerAdd(object view, string viewName, IRegionManager scopedRegionManager) | |
{ | |
if (this.ItemMetadataCollection.FirstOrDefault(x => x.Item == view) != null) | |
{ | |
throw new InvalidOperationException(Resources.RegionViewExistsException); | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment