You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			14 lines
		
	
	
		
			533 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			533 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | //------------------------------------------------------------------------------ | ||
|  | // Copyright (c) Microsoft Corporation.  All rights reserved. | ||
|  | //------------------------------------------------------------------------------ | ||
|  | 
 | ||
|  | namespace System.ServiceModel.Discovery.Configuration | ||
|  | { | ||
|  |     using System.ServiceModel.Configuration; | ||
|  |     using System.ServiceModel.Discovery; | ||
|  | 
 | ||
|  |     public class UdpAnnouncementEndpointCollectionElement : StandardEndpointCollectionElement<UdpAnnouncementEndpoint, UdpAnnouncementEndpointElement> | ||
|  |     { | ||
|  |     } | ||
|  | } |