'宣言 Public Function New( _ ByVal skipIfDefault As System.Boolean, _ ByVal order As System.Integer, _ ByVal propertyName As System.String _ )
public JsonAttribute( System.bool skipIfDefault, System.int order, System.string propertyName )
パラメータ
- skipIfDefault
- A flag indicating whether the default value should be serialized or deserialized.
- order
- A System.Int32 value indicating the order of serialization or deserialization.
- propertyName
- The specified name the property would be serialized.