언어

UnicodeSet.Strings 메서드

정의

집합의 문자열을 반복하는 경우

[Android.Runtime.Register("strings", "()Ljava/util/Collection;", "GetStringsHandler", ApiSince=24)]
public virtual System.Collections.Generic.ICollection<string>? Strings();
[<Android.Runtime.Register("strings", "()Ljava/util/Collection;", "GetStringsHandler", ApiSince=24)>]
abstract member Strings : unit -> System.Collections.Generic.ICollection<string>
override this.Strings : unit -> System.Collections.Generic.ICollection<string>

반품

특성

설명

집합의 문자열을 반복하는 경우 Example:

for (String key : myUnicodeSet.strings()) {
              doSomethingWith(key);
            }

에 대한 android.icu.text.UnicodeSet.strings()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상