Taal

IPolicyNode.Children Property

Definition

Returns the list of children of this node as an Iterator.

public Java.Util.IIterator? Children { [Android.Runtime.Register("getChildren", "()Ljava/util/Iterator;", "GetGetChildrenHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getChildren", "()Ljava/util/Iterator;", "GetGetChildrenHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.Children : Java.Util.IIterator

Property Value

an iterator over the children of this node

Attributes

Remarks

Returns an iterator over the children of this node. Any attempts to modify the children of this node through the Iterator's remove method must throw an UnsupportedOperationException.

Java reference for java.security.cert.PolicyNode.getChildren.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to