ICSharpCode.NRefactory.MonoCSharp.AbstractPropertyEventMethod.AbstractPropertyEventMethod C# (CSharp) Method

AbstractPropertyEventMethod() protected method

protected AbstractPropertyEventMethod ( InterfaceMemberBase member, string prefix, Attributes attrs, Location loc ) : System
member InterfaceMemberBase
prefix string
attrs Attributes
loc Location
return System
		protected AbstractPropertyEventMethod (InterfaceMemberBase member, string prefix, Attributes attrs, Location loc)
			: base (member.Parent, SetupName (prefix, member, loc), attrs)
		{
			this.prefix = prefix;
		}