Click or drag to resize

GHAContainsAttribute Constructor

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

Identifies the types that may be used as childrens of the decorated type. Attribute used if apriori knowledge about type containment is known. It is also possible to have a class define its own containment relationship using the GHAContainedBy attribute.

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public GHAContainsAttribute(
	Type containedType
)

Parameters

containedType
Type: SystemType
Type to be added to the containment list
See Also