Pfarah


ParaExtensions

Namespace: Pfarah

Functions and values

Function or valueDescription
findOptional objs
Signature: objs:seq<(string * ParaValue) []> -> Set<string> * Set<string>

Given a sequence of similar objects, return a tuple of required properties and optional properties

Type extensions

Type extensionDescription
GetEnumerator()
Signature: unit -> IEnumerator

Assumes the object is an array and returns the enumerator for the array

CompiledName: ParaValue.GetEnumerator

[index]
Signature: index:int -> ParaValue

Assumes the object is an array and returns the value at a given index in the array

CompiledName: ParaValue.Item

Fork me on GitHub