TriAxis.RunSharp.EventGen.BeginAttribute C# (CSharp) Méthode

BeginAttribute() public méthode

public BeginAttribute ( AttributeType type ) : AttributeGen
type AttributeType
Résultat AttributeGen
		public AttributeGen<EventGen> BeginAttribute(AttributeType type)
		{
			return BeginAttribute(type, EmptyArray<object>.Instance);
		}

Same methods

EventGen::BeginAttribute ( System attributeType ) : AttributeGen