ArtemisComm.ArtemisTypeAttribute.ArtemisTypeAttribute C# (CSharp) 메소드

ArtemisTypeAttribute() 공개 메소드

public ArtemisTypeAttribute ( Type t ) : System
t System.Type
리턴 System
        public ArtemisTypeAttribute(Type t)
        {
            ArtemisProtocolType = t;
        }
        public Type ArtemisProtocolType { get; private set; }
ArtemisTypeAttribute