android.os.Parcel.writeStrongInterface C# (CSharp) Méthode

writeStrongInterface() public méthode

public writeStrongInterface ( global arg0 ) : void
arg0 global
Résultat void
        public void writeStrongInterface(global::android.os.IInterfaceDelegate arg0)
        {
            writeStrongInterface((global::android.os.IInterfaceDelegateWrapper)arg0);
        }

Same methods

Parcel::writeStrongInterface ( android arg0 ) : void