PostSharp / / API Reference / Post­Sharp.​Collections / ISingly­Linked­List­Node<T>

Interface ISinglyLinkedListNode<T>

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

Properties

Name Description
Next
Value