TriAxis.RunSharp.EventGen.BeginAttribute C# (CSharp) 메소드

BeginAttribute() 공개 메소드

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

Same methods

EventGen::BeginAttribute ( System attributeType ) : AttributeGen