C# Class MonoDevelop.TypeScriptBinding.NRefactory.TypeSystem.TypeScriptType

Inheritance: IType
Afficher le fichier Open project: atsushieno/md-typescript

Méthodes publiques

Méthode Description
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

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ICSharpCode.NRefactory.TypeSystem.TypeVisitor visitor ) : IType
visitor ICSharpCode.NRefactory.TypeSystem.TypeVisitor
Résultat IType

Equals() public méthode

public Equals ( IType other ) : bool
other IType
Résultat bool

GetAccessors() public méthode

public GetAccessors ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetConstructors() public méthode

public GetConstructors ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)2 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetDefinition() public méthode

public GetDefinition ( ) : ICSharpCode.NRefactory.TypeSystem.ITypeDefinition
Résultat ICSharpCode.NRefactory.TypeSystem.ITypeDefinition

GetEvents() public méthode

public GetEvents ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetFields() public méthode

public GetFields ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetMembers() public méthode

public GetMembers ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetMethods() public méthode

public GetMethods ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetMethods() public méthode

public GetMethods ( System typeArguments, Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
typeArguments System
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetNestedTypes() public méthode

public GetNestedTypes ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetNestedTypes() public méthode

public GetNestedTypes ( System typeArguments, Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
typeArguments System
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetProperties() public méthode

public GetProperties ( Predicate filter = null, GetMemberOptions options = (GetMemberOptions)0 ) : System.Collections.Generic.IEnumerable
filter Predicate
options GetMemberOptions
Résultat System.Collections.Generic.IEnumerable

GetSubstitution() public méthode

public GetSubstitution ( ) : ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution
Résultat ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution

GetSubstitution() public méthode

public GetSubstitution ( System methodTypeArguments ) : ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution
methodTypeArguments System
Résultat ICSharpCode.NRefactory.TypeSystem.TypeParameterSubstitution

ToTypeReference() public méthode

public ToTypeReference ( ) : ITypeReference
Résultat ITypeReference

TypeScriptType() public méthode

public TypeScriptType ( TypeScriptArray definition ) : System
definition TypeScriptArray
Résultat System

VisitChildren() public méthode

public VisitChildren ( ICSharpCode.NRefactory.TypeSystem.TypeVisitor visitor ) : IType
visitor ICSharpCode.NRefactory.TypeSystem.TypeVisitor
Résultat IType