Check an expando object for a given key.
Namespace: Relativity.Kepler.Serialization
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public static bool ExpandoContainsKey( ExpandoObject expando, string key )
Parameters
- expando
- Type: System.Dynamic.ExpandoObject
[Missing <param name="expando"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ExpandoContainsKey(System.Dynamic.ExpandoObject,System.String)"]
- key
- Type: System.String
[Missing <param name="key"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ExpandoContainsKey(System.Dynamic.ExpandoObject,System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ExpandoContainsKey(System.Dynamic.ExpandoObject,System.String)"]
See Also