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

GetNestedType() 공개 메소드

public GetNestedType ( string name ) : Type
name string
리턴 Type
        public Type GetNestedType(string name)
        {
            return GetNestedType(name, BindingFlags.Public);
        }

Same methods

Type::GetNestedType ( string name, BindingFlags bindingAttr ) : Type