AttributeList.Create Method
Public Shared Function Create( _
ByVal ParamArray initial_list As Attribute() _
) As AttributeList
This language is not supported or no code example is available.
public static AttributeList Create(
params Attribute[] initial_list
)
This language is not supported or no code example is available.
public:
static AttributeList^ Create(
...array< array< Attribute^ >^ >^ initial_list
)
This language is not supported or no code example is available.
Parameters
- initial_list
- Attribute[]