C# Class System.Resources.ResourceReader.ResourceInfo

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
ResourceName string
TypeIndex int
ValuePosition long

Méthodes publiques

Méthode Description
ResourceInfo ( string resourceName, long valuePosition, int type_index ) : System.Collections

Method Details

ResourceInfo() public méthode

public ResourceInfo ( string resourceName, long valuePosition, int type_index ) : System.Collections
resourceName string
valuePosition long
type_index int
Résultat System.Collections

Property Details

ResourceName public_oe property

public string ResourceName
Résultat string

TypeIndex public_oe property

public int TypeIndex
Résultat int

ValuePosition public_oe property

public long ValuePosition
Résultat long