Microsoft.Practices.Prism.Regions.Behaviors.RegionActiveAwareBehavior.GetCollection C# (CSharp) Method

GetCollection() private method

private GetCollection ( ) : INotifyCollectionChanged
return INotifyCollectionChanged
        private INotifyCollectionChanged GetCollection()
        {
            return this.Region.ActiveViews;
        }
    }