C# Class StoryTeller.Testing.Engine.CellTarget

Afficher le fichier Open project: adymitruk/storyteller

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( double x, double y ) : double
x double
y double
Résultat double

DoSomething() public méthode

public DoSomething ( int age, string name ) : void
age int
name string
Résultat void

DoSomething2() public méthode

public DoSomething2 ( [ age, string name ) : void
age [
name string
Résultat void