System.Runtime.CompilerServices.AccessedThroughPropertyAttribute.AccessedThroughPropertyAttribute C# (CSharp) Méthode

AccessedThroughPropertyAttribute() public méthode

public AccessedThroughPropertyAttribute ( string propertyName ) : System
propertyName string
Résultat System
		public AccessedThroughPropertyAttribute (string propertyName)
		{
			name = propertyName;
		}
AccessedThroughPropertyAttribute