CLSContext.AddChild(CLSContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified context to this context's collection of child contexts.
[Foundation.Export("addChildContext:")]
public virtual void AddChild (ClassKit.CLSContext childContext);
abstract member AddChild : ClassKit.CLSContext -> unit
override this.AddChild : ClassKit.CLSContext -> unit
Parameters
- childContext
- CLSContext
The context to add.
- Attributes