Method | Description | |
---|---|---|
MakeNullableVisitor ( ICompilation compilation ) : System | ||
VisitOtherType ( IType type ) : IType | ||
VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType | ||
VisitTypeDefinition ( ITypeDefinition type ) : IType | ||
VisitTypeParameter ( ITypeParameter type ) : IType |
public MakeNullableVisitor ( ICompilation compilation ) : System | ||
compilation | ICompilation | |
return | System |
public VisitParameterizedType ( ICSharpCode.NRefactory.TypeSystem.ParameterizedType type ) : IType | ||
type | ICSharpCode.NRefactory.TypeSystem.ParameterizedType | |
return | IType |
public VisitTypeDefinition ( ITypeDefinition type ) : IType | ||
type | ITypeDefinition | |
return | IType |
public VisitTypeParameter ( ITypeParameter type ) : IType | ||
type | ITypeParameter | |
return | IType |