Class TextItemComparisonStatistics

TextItemComparisonStatistics class

تمثل فئة إحصائيات مقارنة النص.

public class TextItemComparisonStatistics

Constructors

NameDescription
TextItemComparisonStatistics()المُنشئ الافتراضي.

Properties

NameDescription
DeletedCharactersCount { get; }يحصل على عدد الأحرف المحذوفة ويضبطه.
DeleteOperationsCount { get; }يحصل على عدد عمليات الحذف ويضبطه.
InsertedCharactersCount { get; }يحصل على عدد الأحرف المدخلة ويضبطه.
InsertOperationsCount { get; }يحصل على عدد عمليات الإدراج ويضبطه.
TotalCharacters { get; }يحصل على العدد الإجمالي للأحرف ويضبطه.

See Also