Метод | Описание | |
---|---|---|
ArgumentNotNull ( object argument, string name ) : void | ||
ArgumentNotNullOrEmpty ( string argument, string name ) : void | ||
NotDisposed ( DisposableObject obj ) : void |
Throws an exception if the specified object has been disposed.
|
public static ArgumentNotNull ( object argument, string name ) : void | ||
argument | object | |
name | string | |
Результат | void |
public static ArgumentNotNullOrEmpty ( string argument, string name ) : void | ||
argument | string | |
name | string | |
Результат | void |
public static NotDisposed ( DisposableObject obj ) : void | ||
obj | DisposableObject | The object in question. |
Результат | void |