Méthode | Description | |
---|---|---|
MakeNullableVisitor ( ICompilation compilation, TypeParameterSubstitution typeParameterSubstitution ) : System | ||
VisitOtherType ( IType type ) : IType | ||
VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType | ||
VisitTypeDefinition ( ITypeDefinition type ) : IType | ||
VisitTypeParameter ( ITypeParameter type ) : IType |
public MakeNullableVisitor ( ICompilation compilation, TypeParameterSubstitution typeParameterSubstitution ) : System | ||
compilation | ICompilation | |
typeParameterSubstitution | TypeParameterSubstitution | |
Résultat | System |
public VisitOtherType ( IType type ) : IType | ||
type | IType | |
Résultat | IType |
public VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType | ||
type | ICSharpCode.NRefactory.TypeSystem.ParameterizedType | |
Résultat | IType |
public VisitTypeDefinition ( ITypeDefinition type ) : IType | ||
type | ITypeDefinition | |
Résultat | IType |
public VisitTypeParameter ( ITypeParameter type ) : IType | ||
type | ITypeParameter | |
Résultat | IType |