IHaveOwner<TKey> Interface

Summary

IHaveOwner
graph BT Type["IHaveOwner<TKey>"] class Type type-node

Syntax

public interface IHaveOwner<TKey>

Attributes

Type Description
PublicAPIAttribute

Type Parameters

Name Description
TKey The type of the t key.

Properties

Name Value Summary
Owner OwnerData<TKey>
Gets the owner.

Extension Methods