System.Xml.Serialization.Advanced.SchemaImporterExtension.ImportDefaultValue C# (CSharp) 메소드

ImportDefaultValue() 공개 메소드

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