System.Data.Services.ETagAttribute.ETagAttribute C# (CSharp) Method

ETagAttribute() public method

public ETagAttribute ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel
		public ETagAttribute (params string[] propertyNames)
		{
			if (propertyNames == null)
				throw new ArgumentNullException ("propertyNames");

			this.properties = new ReadOnlyCollection<string> (propertyNames);
		}

Same methods

ETagAttribute::ETagAttribute ( string propertyName ) : System.Collections.ObjectModel
ETagAttribute