Android.Views.ViewStub.Inflate Method
Inflates the layout resource identified by ViewStub.LayoutResource and replaces this StubbedView in its parent by the inflated layout resource.

Syntax

[Android.Runtime.Register("inflate", "()Landroid/view/View;", "")]
public View Inflate ()

Returns

Documentation for this section has not yet been entered.

Remarks

Inflates the layout resource identified by ViewStub.LayoutResource and replaces this StubbedView in its parent by the inflated layout resource.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1