C# 클래스 MonoDevelop.TypeScriptBinding.NRefactory.TypeSystem.TypeScriptType

상속: IType
파일 보기 프로젝트 열기: atsushieno/md-typescript

공개 메소드들

메소드 설명
AcceptVisitor ( ICSharpCode.NRefactory.TypeSystem.TypeVisitor visitor ) : IType
Equals ( IType other ) : bool
GetAccessors ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetConstructors ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)2 ) : System.Collections.Generic.IEnumerable
GetDefinition ( ) : ICSharpCode.NRefactory.TypeSystem.ITypeDefinition
GetEvents ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetFields ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetMembers ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetMethods ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetMethods ( System typeArguments, Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetNestedTypes ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetNestedTypes ( System typeArguments, Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetProperties ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
GetSubstitution ( ) : ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution
GetSubstitution ( System methodTypeArguments ) : ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution
ToTypeReference ( ) : ITypeReference
TypeScriptType ( TypeScriptArray definition ) : System
VisitChildren ( ICSharpCode.NRefactory.TypeSystem.TypeVisitor visitor ) : IType

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ICSharpCode.NRefactory.TypeSystem.TypeVisitor visitor ) : IType
visitor ICSharpCode.NRefactory.TypeSystem.TypeVisitor
리턴 IType

Equals() 공개 메소드

public Equals ( IType other ) : bool
other IType
리턴 bool

GetAccessors() 공개 메소드

public GetAccessors ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetConstructors() 공개 메소드

public GetConstructors ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)2 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetDefinition() 공개 메소드

public GetDefinition ( ) : ICSharpCode.NRefactory.TypeSystem.ITypeDefinition
리턴 ICSharpCode.NRefactory.TypeSystem.ITypeDefinition

GetEvents() 공개 메소드

public GetEvents ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetFields() 공개 메소드

public GetFields ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetMembers() 공개 메소드

public GetMembers ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetMethods() 공개 메소드

public GetMethods ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetMethods() 공개 메소드

public GetMethods ( System typeArguments, Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
typeArguments System
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetNestedTypes() 공개 메소드

public GetNestedTypes ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetNestedTypes() 공개 메소드

public GetNestedTypes ( System typeArguments, Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
typeArguments System
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetProperties() 공개 메소드

public GetProperties ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
리턴 System.Collections.Generic.IEnumerable

GetSubstitution() 공개 메소드

public GetSubstitution ( ) : ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution
리턴 ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution

GetSubstitution() 공개 메소드

public GetSubstitution ( System methodTypeArguments ) : ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution
methodTypeArguments System
리턴 ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution

ToTypeReference() 공개 메소드

public ToTypeReference ( ) : ITypeReference
리턴 ITypeReference

TypeScriptType() 공개 메소드

public TypeScriptType ( TypeScriptArray definition ) : System
definition TypeScriptArray
리턴 System

VisitChildren() 공개 메소드

public VisitChildren ( ICSharpCode.NRefactory.TypeSystem.TypeVisitor visitor ) : IType
visitor ICSharpCode.NRefactory.TypeSystem.TypeVisitor
리턴 IType