Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public List<ConstructorArgument> ConstructorArguments { get; set; }
Visual Basic (Declaration)
Public Property ConstructorArguments As List(Of ConstructorArgument)
Visual C++
public:
property List<ConstructorArgument^>^ ConstructorArguments {
	List<ConstructorArgument^>^ get ();
	void set (List<ConstructorArgument^>^ value);
}

See Also