Public Sub Add( _ ByVal shape As Shape _ )
Dim instance As ShapeCollection Dim shape As Shape instance.Add(shape)
public void Add( Shape shape )