Summary
    Splits a string into quoted arguments delimited by spaces.
    
		- Assembly
 - Wyam
.Core .dll  - Namespace
 - Wyam
.Core .Util  - Base Types
 - 
									
- Object
 
 
							graph BT
	Type-->Base0["Object"]
	Type["ArgumentSplitter"]
class Type type-node
						
					Syntax
public static class ArgumentSplitter
	Remarks
    From http://stackoverflow.com/a/298990/807064
    
			Methods
| Name | Value | Summary | 
|---|---|---|
| Split | 
								IEnumerable | 
								
									 
    Splits a string into quoted arguments delimited by spaces.
     
											static 
								 | 
							
