'DeclarationPublic Sub RemovePrivateAttributes( _ Optional ByVal deep As System.Boolean _ )
public void RemovePrivateAttributes( System.bool deep )
Parameters
- deep
- Remove top level private attributes only by default. When set to true, all private attributes within sequence and sub-sequences will be removed. The parent sequence will not be removed even if it is private.