Microsoft.Protocols.TestSuites.MS_OXORULE.ExtendedRuleCondition.Size C# (CSharp) Méthode

Size() public méthode

Get the total Size of ExtendedRuleCondition
public Size ( ) : int
Résultat int
        public int Size()
        {
            return this.Serialize().Length;
        }