Creates the constructor parameters.
| C# | Visual Basic | Visual C++ |
protected virtual IList<JsonProperty> CreateConstructorParameters( ConstructorInfo constructor, JsonPropertyCollection memberProperties )
Protected Overridable Function CreateConstructorParameters ( _ constructor As ConstructorInfo, _ memberProperties As JsonPropertyCollection _ ) As IList(Of JsonProperty)
protected: virtual IList<JsonProperty^>^ CreateConstructorParameters( ConstructorInfo^ constructor, JsonPropertyCollection^ memberProperties )
- constructor (ConstructorInfo)
- The constructor to create properties for.
- memberProperties (JsonPropertyCollection)
- The type's member properties.
Properties for the given ConstructorInfo.