CsEntityArraySpecifier Class Reference

Array type specifier. More...

List of all members.

Public Member Functions

 CsEntityArraySpecifier ()
 CsEntityArraySpecifier (int rank)
CsEntityArraySpecifier clone ()
void replace_generic_parameters (CsEntity parent, cs_generic_param_type generic_type, CsEntityTypeRef[] arguments)
bool is_contains_generic_parameters (cs_generic_param_type generic_type)
bool equal_type (CsEntityArraySpecifier rhs)
bool equal_type (CsEntityArraySpecifier rhs, equal_option option)
bool equal_bounds (CsEntityArraySpecifier rhs)
cs_inferred_type equalInferred (CsEntityArraySpecifier rhs, CsEntityTypeRef[] method_type_arguments)
int CompareTo (CsEntityArraySpecifier rhs)
override int GetHashCode ()

Public Attributes

CsEntityTypeRef type
 Array element type.
CsEntityArrayBoundSpecifier[] bounds
 Array bounds.

Detailed Description

Array type specifier.


Constructor & Destructor Documentation

CsEntityArraySpecifier ( int  rank)

Member Function Documentation

int CompareTo ( CsEntityArraySpecifier  rhs)
bool equal_bounds ( CsEntityArraySpecifier  rhs)
bool equal_type ( CsEntityArraySpecifier  rhs)
bool equal_type ( CsEntityArraySpecifier  rhs,
equal_option  option 
)
cs_inferred_type equalInferred ( CsEntityArraySpecifier  rhs,
CsEntityTypeRef[]  method_type_arguments 
)
override int GetHashCode ( )
bool is_contains_generic_parameters ( cs_generic_param_type  generic_type)
void replace_generic_parameters ( CsEntity  parent,
cs_generic_param_type  generic_type,
CsEntityTypeRef[]  arguments 
)

Member Data Documentation

Array element type.

© 2010 metaspec