C# Class ICSharpCode.NRefactory.CSharp.TypeSystem.ConstantValues.ConstantDefaultValue

Inheritance: ConstantExpression, ISupportsInterning
显示文件 Open project: 0xd4d/NRefactory Class Usage Examples

Public Methods

Method Description
ConstantDefaultValue ( ITypeReference type ) : System
Resolve ( CSharpResolver resolver ) : ResolveResult

Private Methods

Method Description
ISupportsInterning ( ISupportsInterning other ) : bool
ISupportsInterning ( ) : int

Method Details

ConstantDefaultValue() public method

public ConstantDefaultValue ( ITypeReference type ) : System
type ITypeReference
return System

Resolve() public method

public Resolve ( CSharpResolver resolver ) : ResolveResult
resolver ICSharpCode.NRefactory.CSharp.Resolver.CSharpResolver
return ResolveResult