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

Attribute() public method

public Attribute ( AttributeType type ) : EventGen
type AttributeType
return EventGen
        public EventGen Attribute(AttributeType type)
		{
			BeginAttribute(type);
			return this;
		}

Same methods

EventGen::Attribute ( System attributeType ) : EventGen