'Declaration <DefaultMemberAttribute("Item")> Public MustInherit Class NativeObjectArray (Of T As ImGearPDFObject, TParentType As ImGearPDFObject)
'Usage Dim instance As NativeObjectArray(Of T,TParentType)
[DefaultMember("Item")] public abstract class NativeObjectArray<T,TParentType> where T: ImGearPDFObject where TParentType: ImGearPDFObject
[DefaultMember("Item")] public __gc abstract class NativeObjectArray<T,TParentType> where T: ImGearPDFObject where TParentType: ImGearPDFObject
[DefaultMember("Item")] generic<typename T> generic<typename TParentType> public ref class NativeObjectArray abstract where T: ImGearPDFObject where TParentType: ImGearPDFObject