Click or drag to resize

MementoJsonContractResolverCreateProperties Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Mementos.MementoJsonContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"]


Namespace: RAYLASE.Marker.GUI.Common.Mementos
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
protected override IList<JsonProperty> CreateProperties(
	Type type,
	MemberSerialization memberSerialization
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:RAYLASE.Marker.GUI.Common.Mementos.MementoJsonContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"]

memberSerialization  MemberSerialization

[Missing <param name="memberSerialization"/> documentation for "M:RAYLASE.Marker.GUI.Common.Mementos.MementoJsonContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"]

Return Value

IListJsonProperty

[Missing <returns> documentation for "M:RAYLASE.Marker.GUI.Common.Mementos.MementoJsonContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"]

See Also