System.Net.Http.Formatting.Internal.HttpValueCollection.HttpValueCollection C# (CSharp) Method

HttpValueCollection() private method

private HttpValueCollection ( ) : System.Collections.Generic
return System.Collections.Generic
        private HttpValueCollection()
            : base(StringComparer.Ordinal)
        {
        }

Same methods

HttpValueCollection::HttpValueCollection ( SerializationInfo info, StreamingContext context ) : System.Collections.Generic