C# Class FSO.IDE.ResourceBrowser.IFFResComponent.ComboChunkType

显示文件 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
ChunkType System.Type
Name string

Public Methods

Method Description
ComboChunkType ( string name, Type chunkType ) : System
ToString ( ) : string

Method Details

ComboChunkType() public method

public ComboChunkType ( string name, Type chunkType ) : System
name string
chunkType System.Type
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ChunkType public_oe property

public Type,System ChunkType
return System.Type

Name public_oe property

public string Name
return string