Namespace: Contracts.Data.ImportModel
Assembly: Contracts (in Contracts.dll)

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.
public static function Create( 
... initial_list : Attribute[] 
) : AttributeList;
This language is not supported or no code example is available.

Parameters

initial_list
Type: Attribute[]

Return Value

Type: AttributeList

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1