C# Класс FauxMessages.KnownStuff

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
KnownTypes string>.Dictionary

Открытые методы

Метод Описание
GetConstTypesAffix ( string type ) : string
GetNamespacedType ( SingleType st, string type = null ) : string

Returns the namespaced type name (if neccessary)

WhatItIs ( MsgsFile parent, string s, string extraindent ) : SingleType
WhatItIs ( MsgsFile parent, SingleType t ) : void

Описание методов

GetConstTypesAffix() публичный статический Метод

public static GetConstTypesAffix ( string type ) : string
type string
Результат string

GetNamespacedType() публичный статический Метод

Returns the namespaced type name (if neccessary)
public static GetNamespacedType ( SingleType st, string type = null ) : string
st SingleType This thing's SingleType
type string (optional) the type string
Результат string

WhatItIs() публичный статический Метод

public static WhatItIs ( MsgsFile parent, string s, string extraindent ) : SingleType
parent MsgsFile
s string
extraindent string
Результат SingleType

WhatItIs() публичный статический Метод

public static WhatItIs ( MsgsFile parent, SingleType t ) : void
parent MsgsFile
t SingleType
Результат void

Описание свойств

KnownTypes публичное статическое свойство

public static Dictionary KnownTypes
Результат string>.Dictionary