System.Xml.XmlDictionaryReader.ReadTimeSpanArray C# (CSharp) Method

ReadTimeSpanArray() public method

public ReadTimeSpanArray ( string localName, string namespaceUri ) : System.TimeSpan[]
localName string
namespaceUri string
return System.TimeSpan[]
        public virtual System.TimeSpan[] ReadTimeSpanArray(string localName, string namespaceUri) { throw null; }
        public virtual System.TimeSpan[] ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }

Same methods

XmlDictionaryReader::ReadTimeSpanArray ( System localName, System namespaceUri ) : System.TimeSpan[]
XmlDictionaryReader::ReadTimeSpanArray ( XmlDictionaryString localName, XmlDictionaryString namespaceUri ) : System.TimeSpan[]
XmlDictionaryReader::ReadTimeSpanArray ( string localName, string namespaceUri ) : System.TimeSpan[]