PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIBlock­ExpressionItems
Open sandboxFocus

IBlockExpression.Items Property

Items

Gets the collection of items in the block.

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