C# Class ExampleNamespaceA.LocalFeatures

Afficher le fichier Open project: enyim/ProtoBuf Class Usage Examples

Private Properties

Свойство Type Description
LocalFeatures System

Méthodes publiques

Méthode Description
Deny ( string trolls ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
LocalFeatures ( string secret ) : System

Méthodes protégées

Méthode Description
AfterDeserialize ( ) : void
BeforeSerialize ( ) : void

Private Methods

Méthode Description
LocalFeatures ( ) : System

The serializer requires a constructor with zero arguments. But it can be private.

Method Details

AfterDeserialize() protected méthode

protected AfterDeserialize ( ) : void
Résultat void

BeforeSerialize() protected méthode

protected BeforeSerialize ( ) : void
Résultat void

Deny() public méthode

public Deny ( string trolls ) : void
trolls string
Résultat void

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LocalFeatures() public méthode

public LocalFeatures ( string secret ) : System
secret string
Résultat System