C# Класс FullInspector.Modules.fiSharedInstanceScriptGenerator

Generates derived types for SharedInstance{T}.
Показать файл Открыть проект

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

Метод Описание
GenerateScript ( Type instanceType, Type serializerType ) : void

Приватные методы

Метод Описание
Emit ( string className, string genericType, string serializerName ) : void
RemoveAll ( string str, char c ) : string

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

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

public static GenerateScript ( Type instanceType, Type serializerType ) : void
instanceType System.Type
serializerType System.Type
Результат void