C# Class MiniSharp.Input

Afficher le fichier Open project: evanw/minisharp Class Usage Examples

Méthodes publiques

Свойство Type Description
contents string
file CSharpUnresolvedFile
name string
resolver ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver
tree SyntaxTree

Méthodes publiques

Méthode Description
Input ( string name, string contents ) : ICSharpCode.NRefactory.CSharp.Resolver

Method Details

Input() public méthode

public Input ( string name, string contents ) : ICSharpCode.NRefactory.CSharp.Resolver
name string
contents string
Résultat ICSharpCode.NRefactory.CSharp.Resolver

Property Details

contents public_oe property

public string contents
Résultat string

file public_oe property

public CSharpUnresolvedFile file
Résultat CSharpUnresolvedFile

name public_oe property

public string name
Résultat string

resolver public_oe property

public CSharpAstResolver,ICSharpCode.NRefactory.CSharp.Resolver resolver
Résultat ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver

tree public_oe property

public SyntaxTree tree
Résultat SyntaxTree