C# Класс CustomGraphEditor, Binary

Наследование: System.Attribute
Показать файл Открыть проект

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

Свойство Тип Описание
displayName string
editorType System.Type
graphType System.Type

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

Метод Описание
CustomGraphEditor ( System t, string displayName ) : System.Collections

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

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

public CustomGraphEditor ( System t, string displayName ) : System.Collections
t System
displayName string
Результат System.Collections

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

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

public string displayName
Результат string

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

public Type,System editorType
Результат System.Type

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

public Type,System graphType
Результат System.Type