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 T1 Property { get; set; }
public:
property T1 Property {
T1 get ();
void set (T1 value);
}
public:
property T1 Property {
T1 get ();
void set (T1 value);
}
member Property : 'T1 with get, set
member Property : 'T1 with get, set
Public Property Property As T1
Get
Set
Public Property Property As T1
Get
Set
Property Value
Type:
T1Reference
Other Resources