Table of Contents

Method GetJsonPropertyName

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetJsonPropertyName(PropertyInfo)

Helper to get either the Json property named (specified by [JsonPropertyName(name)] or the actual property name.

public static string GetJsonPropertyName(PropertyInfo pi)

Parameters

pi PropertyInfo

Returns

string