C# Класс FlatRedBall.Glue.Plugins.Interfaces.ComponentPluginPair

Показать файл Открыть проект

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

Свойство Тип Описание
Generator FlatRedBall.Glue.CodeGeneration.ElementComponentCodeGenerator
Plugin ICodeGeneratorPlugin

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

Метод Описание
ComponentPluginPair ( ICodeGeneratorPlugin plugin, ElementComponentCodeGenerator generator ) : System

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

ComponentPluginPair() публичный Метод

public ComponentPluginPair ( ICodeGeneratorPlugin plugin, ElementComponentCodeGenerator generator ) : System
plugin ICodeGeneratorPlugin
generator FlatRedBall.Glue.CodeGeneration.ElementComponentCodeGenerator
Результат System

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

Generator публичное свойство

public ElementComponentCodeGenerator,FlatRedBall.Glue.CodeGeneration Generator
Результат FlatRedBall.Glue.CodeGeneration.ElementComponentCodeGenerator

Plugin публичное свойство

public ICodeGeneratorPlugin Plugin
Результат ICodeGeneratorPlugin