C# Class MiniSharp.Input

ファイルを表示 Open project: evanw/minisharp Class Usage Examples

Public Properties

Property Type Description
contents string
file CSharpUnresolvedFile
name string
resolver ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver
tree SyntaxTree

Public Methods

Method Description
Input ( string name, string contents ) : ICSharpCode.NRefactory.CSharp.Resolver

Method Details

Input() public method

public Input ( string name, string contents ) : ICSharpCode.NRefactory.CSharp.Resolver
name string
contents string
return ICSharpCode.NRefactory.CSharp.Resolver

Property Details

contents public_oe property

public string contents
return string

file public_oe property

public CSharpUnresolvedFile file
return CSharpUnresolvedFile

name public_oe property

public string name
return string

resolver public_oe property

public CSharpAstResolver,ICSharpCode.NRefactory.CSharp.Resolver resolver
return ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver

tree public_oe property

public SyntaxTree tree
return SyntaxTree