C# 클래스 ExampleNamespaceA.LocalFeatures

파일 보기 프로젝트 열기: enyim/ProtoBuf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LocalFeatures System

공개 메소드들

메소드 설명
Deny ( string trolls ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
LocalFeatures ( string secret ) : System

보호된 메소드들

메소드 설명
AfterDeserialize ( ) : void
BeforeSerialize ( ) : void

비공개 메소드들

메소드 설명
LocalFeatures ( ) : System

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

메소드 상세

AfterDeserialize() 보호된 메소드

protected AfterDeserialize ( ) : void
리턴 void

BeforeSerialize() 보호된 메소드

protected BeforeSerialize ( ) : void
리턴 void

Deny() 공개 메소드

public Deny ( string trolls ) : void
trolls string
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LocalFeatures() 공개 메소드

public LocalFeatures ( string secret ) : System
secret string
리턴 System