mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	2.2
This commit is contained in:
		| @@ -16,8 +16,8 @@ public class AttributeTemplate : MemberTemplate | ||||
|     } | ||||
|  | ||||
|  | ||||
|     public AttributeTemplate(TypeTemplate template, byte index, string name) | ||||
|         : base(template, MemberType.Attribute, index, name) | ||||
|     public AttributeTemplate(TypeTemplate template, byte index, string name, bool inherited) | ||||
|         : base(template, index, name, inherited) | ||||
|     { | ||||
|  | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user