C# 클래스 ABB.Swum.FieldContext

Encapsulates the program context relevent to a field.
상속: IdContext
파일 보기 프로젝트 열기: abb-iss/Swum.NET 1 사용 예제들

공개 메소드들

메소드 설명
FieldContext ( ) : System

Creates a new empty FieldContext.

FieldContext ( string idType, bool idTypeIsPrimitive, string declaringClass ) : System

Creates a new FieldContext.

메소드 상세

FieldContext() 공개 메소드

Creates a new empty FieldContext.
public FieldContext ( ) : System
리턴 System

FieldContext() 공개 메소드

Creates a new FieldContext.
public FieldContext ( string idType, bool idTypeIsPrimitive, string declaringClass ) : System
idType string The type of the field.
idTypeIsPrimitive bool Whether the type of the field is a primitive data type.
declaringClass string The class that the field is part of.
리턴 System