C# Class ICSharpCode.NRefactory.MonoCSharp.SimpleMemberName

Show file Open project: 0xd4d/NRefactory Class Usage Examples

Public Properties

Property Type Description
Location Location
Value string

Public Methods

Method Description
SimpleMemberName ( string name, Location loc ) : System

Method Details

SimpleMemberName() public method

public SimpleMemberName ( string name, Location loc ) : System
name string
loc Location
return System

Property Details

Location public property

public Location Location
return Location

Value public property

public string Value
return string