IKVM.Reflection.Type.GetInterface C# (CSharp) 메소드

GetInterface() 공개 메소드

public GetInterface ( string name ) : Type
name string
리턴 Type
        public Type GetInterface(string name)
        {
            return GetInterface(name, false);
        }

Same methods

Type::GetInterface ( string name, bool ignoreCase ) : Type