System.Runtime.CompilerServices.AccessedThroughPropertyAttribute.AccessedThroughPropertyAttribute C# (CSharp) Method

AccessedThroughPropertyAttribute() public method

public AccessedThroughPropertyAttribute ( string propertyName ) : System
propertyName string
return System
		public AccessedThroughPropertyAttribute (string propertyName)
		{
			name = propertyName;
		}
AccessedThroughPropertyAttribute