ImportOptions::ReferencedTypes Property

 

Gets a IList<T> containing types referenced in generated code.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
property ICollection<Type^>^ ReferencedTypes {
	ICollection<Type^>^ get();
}

Property Value

Type: System.Collections.Generic::ICollection<Type^>^

A IList<T> that contains the referenced types.

.NET Framework
Available since 3.0
Return to top
Show: