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

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

private StreamInfo ( string sectionName, string configSource, string streamName ) : System.Configuration.Internal
sectionName string
configSource string
streamName string
Результат System.Configuration.Internal
        internal StreamInfo(string sectionName, string configSource, string streamName) {
            _sectionName = sectionName;
            _configSource = configSource;
            _streamName = streamName;
        }

Same methods

StreamInfo::StreamInfo ( ) : System.Configuration.Internal