C# Class PassFruit.Tags

Inheritance: ITags
Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key ) : void
Contains ( string key ) : bool
Equals ( Tags other ) : bool
Equals ( object obj ) : bool
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
Remove ( string key ) : void
ToString ( ) : string
this ( string key ) : ITag

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
Tags ( System.Guid accountId ) : System

Method Details

Add() public méthode

public Add ( string key ) : void
key string
Résultat void

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

Equals() public méthode

public Equals ( Tags other ) : bool
other Tags
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string key ) : ITag
key string
Résultat ITag