C# 클래스 DotAmf.Data.AmfEncodingContextExtension

AMF encoding context extension.
파일 보기 프로젝트 열기: artema/DotAmf

공개 메소드들

메소드 설명
IndexOf ( this list, object reference ) : int

Get reference index.

Track ( this list ) : void

Track a reference.

메소드 상세

IndexOf() 공개 정적인 메소드

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

Track() 공개 정적인 메소드

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