Click or drag to resize

ArrayProperty Constructor


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public ArrayProperty(
	string propertyName,
	Type type,
	Object[] array
)

Parameters

propertyName  String
 
type  Type
 
array  Object
 
See Also