C# Class DotAmf.Data.AmfEncodingContextExtension

AMF encoding context extension.
Datei anzeigen Open project: artema/DotAmf

Public Methods

Method Description
IndexOf ( this list, object reference ) : int

Get reference index.

Track ( this list ) : void

Track a reference.

Method Details

IndexOf() public static method

Get reference index.
public static IndexOf ( this list, object reference ) : int
list this
reference object
return int

Track() public static method

Track a reference.
public static Track ( this list ) : void
list this
return void