C# Class StoryTeller.Testing.Engine.CellTarget

Show file Open project: adymitruk/storyteller

Private Properties

Property Type Description

Public Methods

Method Description
Add ( double x, double y ) : double
DoSomething ( int age, string name ) : void
DoSomething2 ( [ age, string name ) : void

Method Details

Add() public method

public Add ( double x, double y ) : double
x double
y double
return double

DoSomething() public method

public DoSomething ( int age, string name ) : void
age int
name string
return void

DoSomething2() public method

public DoSomething2 ( [ age, string name ) : void
age [
name string
return void