System.Runtime.Versioning.ComponentGuaranteesAttribute.ComponentGuaranteesAttribute C# (CSharp) Method

ComponentGuaranteesAttribute() public method

public ComponentGuaranteesAttribute ( ComponentGuaranteesOptions guarantees )
guarantees ComponentGuaranteesOptions
		public ComponentGuaranteesAttribute (ComponentGuaranteesOptions guarantees)
		{
			this.guarantees = guarantees;
		}
		
ComponentGuaranteesAttribute