PSObjectTypeConverter.Accepts method
Check if the type is PSObject
public bool Accepts(Type type)
| parameter | description |
|---|---|
| type | The type to check |
Return Value
true if the type is PSObject; otherwise, false.
See Also
- class PSObjectTypeConverter
- namespace Kestrun.Utilities.Yaml