AttributeInfo::ArgumentValues Property

 

Gets a collection that contains values for each of the arguments associated with this instance.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property ReadOnlyCollection<Object^>^ ArgumentValues {
	ReadOnlyCollection<Object^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<Object^>^

A collection that contains values for each of the arguments associated with this instance.

This collection is read-only.

.NET Framework
Available since 3.0
Return to top
Show: