コード例 #1
0
 public virtual System.Type EventType()
 {
     return(m_Aargument?.GetEventType() ?? null);
 }
コード例 #2
0
 public override Type EventType()
 {
     return(m_Aargument?.GetEventType() ?? null);
 }