Interface IOwnedCollectionElement<TOwner>
- Namespace
- AsmResolver.Collections
- Assembly
- AsmResolver.dll
Represents an element in a collection owned by a single object.
public interface IOwnedCollectionElement<TOwner>
Type Parameters
TOwner
The type of the object that owns the collection.
Properties
Owner
Gets or sets the owner of the collection.
TOwner? Owner { get; set; }
Property Value
- TOwner
Remarks
This property should not be assigned directly.