System.Xml.Serialization.ImportContext.ImportContext C# (CSharp) Method

ImportContext() public method

public ImportContext ( CodeIdentifiers identifiers, bool shareTypes ) : System
identifiers CodeIdentifiers
shareTypes bool
return System
        public ImportContext(CodeIdentifiers identifiers, bool shareTypes) {
            this.typeIdentifiers = identifiers;
            this.shareTypes = shareTypes;
        }
        internal ImportContext() : this(null, false) {}

Same methods

ImportContext::ImportContext ( ) : System
ImportContext