TypeKey[] GetBaseTypes( TypeDefinition type ) { C5.HashSet<TypeKey> baseTypes = new C5.HashSet<TypeKey>( ); GetBaseTypes( baseTypes, type ); return baseTypes.ToArray( ); }
TypeKey[] GetBaseTypes(TypeDefinition type) { C5.HashSet <TypeKey> baseTypes = new C5.HashSet <TypeKey>( ); GetBaseTypes(baseTypes, type); return(baseTypes.ToArray( )); }