TriAxis.RunSharp.EventGen.BeginAttribute C# (CSharp) Method

BeginAttribute() public method

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

Same methods

EventGen::BeginAttribute ( System attributeType ) : AttributeGen