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

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

private StreamInfo ( int streamIndex, StreamType st, String streamName, String>.Dictionary attributeDictionary ) : System
streamIndex int
st StreamType
streamName String
attributeDictionary String>.Dictionary
Результат System
		private StreamInfo (int streamIndex, StreamType st, String streamName, Dictionary<String, String> attributeDictionary) {
			m_streamIndex = streamIndex;
			m_streamType = st;
			m_language = null;
			m_streamName = streamName;
			m_attributeDictionary = attributeDictionary;
		}