PostSharp//API Reference/Post­Sharp.​Reflection.​Method­Body/IBlock­Expression/Items
Open sandboxFocus

Property Items

Items

Gets the collection of items in the block.

Declaration
IReadOnlyLinkedList<IExpression> Items { get; }
Property Value
Type Description
IReadOnlyLinkedList<IExpression>