Click or drag to resize

GHAContainedByAttribute Constructor

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

Declares that the decorated type maybe contained in the specified type

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

Parameters

containingType
Type: SystemType
Type that can contain the decorated type
See Also