Navigation :
ReferenceInfo
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Runtime |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class ReferenceInfo
Info about a reference which can provide a unique reference.
Constructors
ReferenceInfo(object instance, int id, bool isFirstUsage)
Initializes a new instance of the ReferenceInfo class.
Parameters
Name |
Description |
instance |
The instance. |
id |
The unique identifier. |
isFirstUsage |
if set totrue , this is the first usage of this instance. |
Properties
Id
Gets the unique identifier.
Instance
Gets the instance.
IsFirstUsage
Gets a value indicating whether this is the first usage of this instance.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion