System.Configuration.MgmtConfigurationRecord.InitStreamInfoUpdates C# (CSharp) Метод

InitStreamInfoUpdates() приватный Метод

private InitStreamInfoUpdates ( ) : void
Результат void
        private void InitStreamInfoUpdates() {
            _streamInfoUpdates = new HybridDictionary(true);
            if (ConfigStreamInfo.HasStreamInfos) {
                foreach (StreamInfo streamInfo in ConfigStreamInfo.StreamInfos.Values) {
                    _streamInfoUpdates.Add(streamInfo.StreamName, streamInfo.Clone());
                }
            }
        }