|  | ||
| 
 | 
 static bool IsEmpty(BOS_NODE bos) 
 
 BOS_NODE bos; // An instance of a SilverSharp.BOS_NODE object 
 
 | 
 | ||
| Synopsis | using SilverSharp; 
 The IsEmpty method tests whether the BOS_NODE instance references a node. 
 | 
 | ||
| Parameters | bos is a SilverSharp.BOS_NODE instance to test for emptiness. 
 | 
 | ||
| Return Value | IsEmpty returns true if the object instance is null or does not reference an entity, and false otherwise. 
 | 
 | ||
| See Also | 
 | 
 | ||
| Example | The following example obtains an entity from a path and then tests if it is empty: 
 
 
 | 
 |