System.Reflection.TypeInfo.GetDeclaredEvent C# (CSharp) 메소드

GetDeclaredEvent() 공개 메소드

public GetDeclaredEvent ( string name ) : EventInfo
name string
리턴 EventInfo
		public virtual EventInfo GetDeclaredEvent (string name)
		{
			return GetEvent (name, declaredFlags);
		}