System.Data.PropertyCollection.PropertyCollection C# (CSharp) Method

PropertyCollection() protected method

protected PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Collections
        protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

PropertyCollection::PropertyCollection ( ) : System.Collections
PropertyCollection