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 |