System.MonoCustomAttrs.AttributeInfo.AttributeInfo C# (CSharp) Méthode

AttributeInfo() public méthode

public AttributeInfo ( AttributeUsageAttribute usage, int inheritanceLevel ) : System
usage AttributeUsageAttribute
inheritanceLevel int
Résultat System
			public AttributeInfo (AttributeUsageAttribute usage, int inheritanceLevel)
			{
				_usage = usage;
				_inheritanceLevel = inheritanceLevel;
			}
MonoCustomAttrs.AttributeInfo