Click or drag to resize

PropertyCollection(Object, Boolean, Boolean, String) Constructor

Initializes a new instance of the PropertyCollection class

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyCollection(
	Object instance,
	bool noCategory,
	bool automaticlyExpandObjects,
	string filter
)

Parameters

instance  Object

[Missing <param name="instance"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.PropertyCollection.#ctor(System.Object,System.Boolean,System.Boolean,System.String)"]

noCategory  Boolean

[Missing <param name="noCategory"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.PropertyCollection.#ctor(System.Object,System.Boolean,System.Boolean,System.String)"]

automaticlyExpandObjects  Boolean

[Missing <param name="automaticlyExpandObjects"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.PropertyCollection.#ctor(System.Object,System.Boolean,System.Boolean,System.String)"]

filter  String

[Missing <param name="filter"/> documentation for "M:Altaxo.Main.Services.PropertyReflection.PropertyCollection.#ctor(System.Object,System.Boolean,System.Boolean,System.String)"]

See Also