SwfDotNet.IO.Tags.Types.TextRecordCollection.Add C# (CSharp) Méthode

Add() public méthode

Adds the specified value.
public Add ( TextRecord value ) : TextRecord
value TextRecord Value.
Résultat TextRecord
        public TextRecord Add(TextRecord value)
        {
            List.Add(value as object);
            return value;
        }