C# Class System.Resources.ResourceReader.ResourceInfo

显示文件 Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
ResourceName string
TypeIndex int
ValuePosition long

Public Methods

Method Description
ResourceInfo ( string resourceName, long valuePosition, int type_index ) : System.Collections

Method Details

ResourceInfo() public method

public ResourceInfo ( string resourceName, long valuePosition, int type_index ) : System.Collections
resourceName string
valuePosition long
type_index int
return System.Collections

Property Details

ResourceName public_oe property

public string ResourceName
return string

TypeIndex public_oe property

public int TypeIndex
return int

ValuePosition public_oe property

public long ValuePosition
return long