System.Reflection.MetadataImport.EnumNestedTypes C# (CSharp) Method

EnumNestedTypes() public method

public EnumNestedTypes ( int mdTypeDef, int result, int count ) : void
mdTypeDef int
result int
count int
return void
        public unsafe void EnumNestedTypes(int mdTypeDef, int* result, int count) 
        {
            Enum((int)MetadataTokenType.TypeDef, mdTypeDef, result, count);
        }
        public int EnumNestedTypesCount(int mdTypeDef)