C# Класс MonoDevelop.TypeScriptBinding.NRefactory.TypeSystem.TypeScriptType

Наследование: IType
Показать файл Открыть проект

Открытые методы

Метод Описание
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