PropertyNode<TNode>.EnumerateProperties Method
Definition
Returns an IEnumerable<T> that enumerates over the properties as KeyValuePair<TKey, TValue>s. Returns the name as the key and an untyped object for the value. This will be the object itself for single value properties and a List<T> of objects for multiple value properties.
public IEnumerable<KeyValuePair<string, object>> EnumerateProperties();
Returns
IEnumerable<KeyValuePair<String, Object>>
An IEnumerable<T>.
Last modified: 29 January 2025