C# Class BindaTests.NeededObjects.Comment

Show file Open project: minton/binda Class Usage Examples

Public Methods

Method Description
Comment ( string author, string body ) : System.Collections.Generic
ToString ( ) : string

Method Details

Comment() public method

public Comment ( string author, string body ) : System.Collections.Generic
author string
body string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string