Noemax.Newtonsoft.Json.Serialization Namespace > JsonContract Class : OnDeserializedCallbacks Property |
'Declaration Public ReadOnly Property OnDeserializedCallbacks As System.Collections.Generic.IList(Of SerializationCallback)
'Usage Dim instance As JsonContract Dim value As System.Collections.Generic.IList(Of SerializationCallback) value = instance.OnDeserializedCallbacks
public System.Collections.Generic.IList<SerializationCallback> OnDeserializedCallbacks {get;}
public read-only property OnDeserializedCallbacks: System.Collections.Generic.IList;
public function get OnDeserializedCallbacks : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<SerializationCallback*>* get_OnDeserializedCallbacks();
public: property System.Collections.Generic.IList<SerializationCallback^>^ OnDeserializedCallbacks { System.Collections.Generic.IList<SerializationCallback^>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2