C# 클래스 ABB.Swum.IdContext

Encapsulates additional program context relevent to an identifier.
파일 보기 프로젝트 열기: abb-iss/Swum.NET

보호된 메소드들

메소드 설명
IdContext ( ) : System

Creates a new IdContext.

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

Creates a new IdContext.

메소드 상세

IdContext() 보호된 메소드

Creates a new IdContext.
protected IdContext ( ) : System
리턴 System

IdContext() 보호된 메소드

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