static bool IsValid( IValid obj )

Summary

Returns false if IValid object is null or if IValid.IsValid returns false.

static bool IsValid( IValid obj )

Summary

Returns false if IValid object is null or if IValid.IsValid returns false.

bool IsValid { get; set; }

Summary

Returns true if this object is still valid and can be safely accessed. When false, accessing the object's properties or methods may throw exceptions.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.