C# 클래스 NArrange.Core.CodeElements.TypeParameter

Type parameter definition for generic types.
상속: ICloneable
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddConstraint ( string constraint ) : void

Adds a constraint for the type parameter.

Clone ( ) : object

Creates a clone of this instance.

TypeParameter ( ) : System

Creates a new TypeParameter.

TypeParameter ( string name ) : System

Creates a new TypeParameter.

메소드 상세

AddConstraint() 공개 메소드

Adds a constraint for the type parameter.
public AddConstraint ( string constraint ) : void
constraint string The constraint.
리턴 void

Clone() 공개 메소드

Creates a clone of this instance.
public Clone ( ) : object
리턴 object

TypeParameter() 공개 메소드

Creates a new TypeParameter.
public TypeParameter ( ) : System
리턴 System

TypeParameter() 공개 메소드

Creates a new TypeParameter.
public TypeParameter ( string name ) : System
name string The type parameter name.
리턴 System