Table of Contents

Struct ComponentMemberDescription

Namespace
Coherence.Editor.Toolkit
Assembly
Coherence.Editor.dll
public struct ComponentMemberDescription

Constructors

ComponentMemberDescription(string, string, Dictionary<string, string>)

public ComponentMemberDescription(string variableName, string typeName, Dictionary<string, string> overrides = null)

Parameters

variableName string
typeName string
overrides Dictionary<string, string>

Fields

overrides

public Dictionary<string, string> overrides

Field Value

Dictionary<string, string>

typeName

public string typeName

Field Value

string

variableName

public string variableName

Field Value

string