Class ObjectExtensions
TBD
Inherited Members
Namespace: Akka.Streams.Util
Assembly: Akka.Streams.dll
Syntax
public static class ObjectExtensions
Methods
| Edit this page View SourceIsDefaultForType<T>(T)
TBD
Declaration
public static bool IsDefaultForType<T>(this T obj)
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | TBD |
Returns
| Type | Description |
|---|---|
| bool | TBD |
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Edit this page