StyleCop.CSharp by StyleCop contributors, Andy Reeves, Chris Dahlberg

<PackageReference Include="StyleCop.CSharp" Version="6.2.0" />

.NET API 245,760 bytes

 Reference<T>

class Reference<T>
Provides a reference to another object.
public T Target { get; set; }

Gets or sets the referenced target.

public Reference()

Initializes a new instance of the Reference<T> class. Initializes a new instance of the Reference class.

public Reference(T target)

Initializes a new instance of the Reference<T> class. Initializes a new instance of the Reference class.