C# Class DotAmf.Data.AmfEncodingContextExtension

AMF encoding context extension.
Afficher le fichier Open project: artema/DotAmf

Méthodes publiques

Méthode Description
IndexOf ( this list, object reference ) : int

Get reference index.

Track ( this list ) : void

Track a reference.

Method Details

IndexOf() public static méthode

Get reference index.
public static IndexOf ( this list, object reference ) : int
list this
reference object
Résultat int

Track() public static méthode

Track a reference.
public static Track ( this list ) : void
list this
Résultat void