GenericClass(T1, T2).Property Property

Sandcastle XML Comments

Sandcastle XML Comments GuideGenericClassT1, T2Property Property
This is a property that gets or sets an instance of the type specified by the generic type argument T1.

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public T1 Property { get; set; }
Public Property Property As T1
	Get
	Set
public:
property T1 Property {
	T1 get ();
	void set (T1 value);
}
member Property : 'T1 with get, set

Property Value

Type: T1
See Also