Edit

GitConflictJsonConverter.Create(Type, JObject) Method

Definition

protected override Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict Create(Type objectType, Newtonsoft.Json.Linq.JObject jsonObject);
override this.Create : Type * Newtonsoft.Json.Linq.JObject -> Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict
Protected Overrides Function Create (objectType As Type, jsonObject As JObject) As GitConflict

Parameters

objectType
Type
jsonObject
Newtonsoft.Json.Linq.JObject

Returns

Applies to