SharpSchedule

BlockCollection.Add Method 

Add the given block to the collection.

[Visual Basic]
Public Sub Add( _
   ByVal block As Block _
)
[C#]
public void Add(
   Block block
);

Parameters

block
The block to add to the collection.

See Also

BlockCollection Class | Ozanam.Schedule.Store.Entity Namespace