C# 클래스 Monobjc.Tools.Generator.Model.TypedEntity

상속: BaseEntity
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddRange ( List entities ) : void

Adds the entities.

GetHashValue ( ) : int

Serves as a hash function for a particular type.

TypedEntity ( ) : System

Initializes a new instance of the TypedEntity class.

메소드 상세

AddRange() 공개 메소드

Adds the entities.
public AddRange ( List entities ) : void
entities List The entities.
리턴 void

GetHashValue() 공개 메소드

Serves as a hash function for a particular type.
public GetHashValue ( ) : int
리턴 int

TypedEntity() 공개 메소드

Initializes a new instance of the TypedEntity class.
public TypedEntity ( ) : System
리턴 System