Click or drag to resize

DefaultContractResolverCreateConstructorParameters Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Stimulsoft.Base.Json.Serialization.JsonPropertyCollection)"]

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
protected virtual IList<JsonProperty> CreateConstructorParameters(
	ConstructorInfo constructor,
	JsonPropertyCollection memberProperties
)

Parameters

constructor
Type: System.ReflectionConstructorInfo

[Missing <param name="constructor"/> documentation for "M:Stimulsoft.Base.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Stimulsoft.Base.Json.Serialization.JsonPropertyCollection)"]

memberProperties
Type: Stimulsoft.Base.Json.SerializationJsonPropertyCollection

[Missing <param name="memberProperties"/> documentation for "M:Stimulsoft.Base.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Stimulsoft.Base.Json.Serialization.JsonPropertyCollection)"]

Return Value

Type: IListJsonProperty

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Stimulsoft.Base.Json.Serialization.JsonPropertyCollection)"]

See Also