You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							371 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							371 B
						
					
					
				using System; | 
						|
 | 
						|
namespace Kingo.Framework.LayerStyleConvert.XSDClass | 
						|
{ | 
						|
	// Token: 0x02000028 RID: 40 | 
						|
	public class FieldWithLength : Field | 
						|
	{ | 
						|
		// Token: 0x1700008D RID: 141 | 
						|
		// (get) Token: 0x06000145 RID: 325 RVA: 0x00003AEC File Offset: 0x00001CEC | 
						|
		// (set) Token: 0x06000146 RID: 326 RVA: 0x00003B03 File Offset: 0x00001D03 | 
						|
		public int Length { get; set; } | 
						|
	} | 
						|
}
 | 
						|
 |