C# Class CustomGraphEditor, Binary

Inheritance: System.Attribute
ファイルを表示 Open project: austinshenk/Binary

Public Properties

Property Type Description
displayName string
editorType System.Type
graphType System.Type

Public Methods

Method Description
CustomGraphEditor ( System t, string displayName ) : System.Collections

Method Details

CustomGraphEditor() public method

public CustomGraphEditor ( System t, string displayName ) : System.Collections
t System
displayName string
return System.Collections

Property Details

displayName public_oe property

public string displayName
return string

editorType public_oe property

public Type,System editorType
return System.Type

graphType public_oe property

public Type,System graphType
return System.Type