System.Xml.Serialization.Advanced.SchemaImporterExtension.ImportDefaultValue C# (CSharp) Method

ImportDefaultValue() public method

public ImportDefaultValue ( string value, string type ) : System.CodeDom.CodeExpression
value string
type string
return System.CodeDom.CodeExpression
        public virtual CodeExpression ImportDefaultValue(string value, string type) {
            return null;
        }
    }