IRef<T>.

Clone() Method

Summary

Create another reference to this object and increment the refcount.
Namespace
Avalonia.Utilities
Containing Type
IRef<T>

Syntax

IRef<out T> Clone()

Return Value

Type Description
IRef<T> A new reference to this object.