Vagabond


TypeParseBehaviour

Namespace: MBrace.Vagabond

Determines dynamic type parsing behaviour to Vagabond slices

Union Cases

Union CaseDescription
InCurrentSlice
Signature:

Include new type to current slice

InEverySlice
Signature:

Include type in every slice

InNoSlice
Signature:

Erase type from all slices

Fork me on GitHub