Click or drag to resize

GHABindingBehavior Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the GHABindingBehavior class

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public GHABindingBehavior(
	Behavior behavior,
	Object defaultValue = null
)

Parameters

behavior
Type: GHASchema.AttributesBehavior

[Missing <param name="behavior"/> documentation for "M:GHASchema.Attributes.GHABindingBehavior.#ctor(GHASchema.Attributes.Behavior,System.Object)"]

defaultValue (Optional)
Type: SystemObject

[Missing <param name="defaultValue"/> documentation for "M:GHASchema.Attributes.GHABindingBehavior.#ctor(GHASchema.Attributes.Behavior,System.Object)"]

See Also