JsonNode GetOrDefault T  Method Delta Engine Documentation

Namespace: DeltaEngine.Content.Json
Assembly: DeltaEngine.Content.Json (in DeltaEngine.Content.Json.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public T GetOrDefault<T>(
	string nodeName,
	T defaultValue
)
Type Parameters

T

Return Value

Type: T
See Also