Android.Text.Method.ReplacementTransformationMethod Class
This transformation method causes the characters in the ReplacementTransformationMethod.GetOriginal array to be replaced by the corresponding characters in the ReplacementTransformationMethod.GetReplacement array.

See Also: ReplacementTransformationMethod Members

Syntax

[Android.Runtime.Register("android/text/method/ReplacementTransformationMethod", DoNotGenerateAcw=true)]
public abstract class ReplacementTransformationMethod : Java.Lang.Object, ITransformationMethod, IDisposable

Remarks

This transformation method causes the characters in the ReplacementTransformationMethod.GetOriginal array to be replaced by the corresponding characters in the ReplacementTransformationMethod.GetReplacement array.

[Android Documentation]

Requirements

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