[Missing <summary> documentation for "P:TinCan.Result.score"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public Score score { get; set; }
Visual Basic
Public Property score As Score
	Get
	Set
Visual C++
public:
property Score^ score {
	Score^ get ();
	void set (Score^ value);
}
F#
member score : Score with get, set

Property Value

Type: Score

See Also