6 lines
		
	
	
		
			141 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			141 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace VisaApi;
 | |
| 
 | |
| public static class Collections
 | |
| {
 | |
|     public const string ContextUsingTestCollection = "ContextUsingTestCollection";
 | |
| } |