C# Class fCraft.IntKeyAttribute

Inheritance: ConfigKeyAttribute
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Méthode Description
IntKeyAttribute ( ConfigSection section, int defaultValue, string description ) : System
Validate ( string value ) : void

Method Details

IntKeyAttribute() public méthode

public IntKeyAttribute ( ConfigSection section, int defaultValue, string description ) : System
section ConfigSection
defaultValue int
description string
Résultat System

Validate() public méthode

public Validate ( string value ) : void
value string
Résultat void