Adds a child code group to this code group.
[Visual Basic] Sub AddChild( _ ByVal group As ICodeGroup _ ) [C#] void AddChild( ICodeGroup group ); [C++] void AddChild( ICodeGroup* group ) = 0; [JScript] function AddChild( group : ICodeGroup );
Exception Type | Condition |
---|---|
ArgumentException | if argument is not a code group (implements ICodeGroup). |
The added code group is order following existing child code groups.
ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace