RefCountable Class

Namespace
Avalonia.Utilities
Base Types
  • object
graph BT Type-->Base0["object"] Type["RefCountable"] class Type type-node

Syntax

public static class RefCountable

Methods

Name Value Summary
Create<T>(T) IRef<T>
Create a reference counted object wrapping the given item.
static
CreateUnownedNotClonable<T>(T) IRef<T>
Create an non-owning non-clonable reference to an item.
static