C# Class Tmx.TestBucket

Description of TestBucket.
Inheritance: ITestBucket
Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
TestBucket ( string name ) : Interfaces
TestBucket ( string name, string tag ) : Interfaces
TestBucket ( string name, string tag, string description ) : Interfaces

Method Details

TestBucket() public method

public TestBucket ( string name ) : Interfaces
name string
return Interfaces

TestBucket() public method

public TestBucket ( string name, string tag ) : Interfaces
name string
tag string
return Interfaces

TestBucket() public method

public TestBucket ( string name, string tag, string description ) : Interfaces
name string
tag string
description string
return Interfaces