C# Class Mono.VisualC.Tools.Generator.MethodSignature

Show file Open project: shana/cppinterop

Public Properties

Property Type Description
Arguments IEnumerable
Name string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodSignature ( string name, IEnumerable args ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodSignature() public method

public MethodSignature ( string name, IEnumerable args ) : System
name string
args IEnumerable
return System

Property Details

Arguments public property

public IEnumerable Arguments
return IEnumerable

Name public property

public string Name
return string