Method GetOrCreateTypeArray
GetOrCreateTypeArray(DIType[])
Gets or creates a Type array with the specified types
Declaration
public DITypeArray GetOrCreateTypeArray(params DIType[] types)
Parameters
public DITypeArray GetOrCreateTypeArray(params DIType[] types)
DIType[] | types | Types |
Returns
DITypeArray | DITypeArray |
GetOrCreateTypeArray(IEnumerable<DIType>)
Gets or creates a Type array with the specified types
Declaration
public DITypeArray GetOrCreateTypeArray(IEnumerable<DIType> types)
Parameters
public DITypeArray GetOrCreateTypeArray(IEnumerable<DIType> types)
IEnumerable<DIType> | types | Types |
Returns
DITypeArray | DITypeArray |