13 lines
		
	
	
		
			331 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			331 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | namespace UnrealSharpScriptGenerator.PropertyTranslators; | |||
|  | 
 | |||
|  | public class SetPropertyTranslator : ContainerPropertyTranslator | |||
|  | { | |||
|  |     public SetPropertyTranslator() | |||
|  |         : base("SetCopyMarshaller",  | |||
|  |             "SetReadOnlyMarshaller",  | |||
|  |             "SetMarshaller",  | |||
|  |             "IReadOnlySet",  | |||
|  |             "ISet") | |||
|  |     { | |||
|  |     } | |||
|  | } |