GenericClassT1, T2Property Property
This is a property that gets or sets an instance of the type specified
by the generic type argument T1.
Namespace: XMLCommentsExamplesAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
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
T1