'Declaration Public Function GetContentsAs(Of T As Foundation.NSObject)() As T
'Declaration
Public Function GetContentsAs(Of T As Foundation.NSObject)() As T
'Usage Dim instance As RoundRectLayer Dim value As T value = instance.GetContentsAs(Of T)()
'Usage
Dim instance As RoundRectLayer Dim value As T value = instance.GetContentsAs(Of T)()
public T GetContentsAs<T>() where T: Foundation.NSObject
RoundRectLayer Class RoundRectLayer Members