Click or drag to resize
IntervalIsEmpty Property
Gets or sets a value indicating whether this object is empty.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsEmpty { get; set; }

Property Value

Type: Boolean
true if this object is empty, false if not.
See Also