C# Class FrannHammer.WebScraper.AttributeValue

Holds a specific cell value of an attribute (e.g., Rank, 1)
Afficher le fichier Open project: Frannsoft/FrannHammer

Méthodes publiques

Свойство Type Description
Name string
Value string

Méthodes publiques

Méthode Description
AttributeValue ( string name, string value, string flag ) : System.Collections.Generic

Method Details

AttributeValue() public méthode

public AttributeValue ( string name, string value, string flag ) : System.Collections.Generic
name string
value string
flag string
Résultat System.Collections.Generic

Property Details

Name public_oe property

public string Name
Résultat string

Value public_oe property

public string Value
Résultat string