Open sandboxFocus

Interface ILinkedListNode<T>

Namespace: PostSharp.Collections
Assembly: Metalama.Migration.dll
Syntax
[InternalImplement]
public interface ILinkedListNode<out T>
Type Parameters
Name Description
T

Properties

Name Description
Next
Previous
Value