ADBaseLibrary.Matroska.Objects.EbmlMaster.FindAll C# (CSharp) Method

FindAll() public method

public FindAll ( ulong id ) : List
id ulong
return List
        public List<EbmlGeneric> FindAll(ulong id)
        {
            return FindAllRecursive(id, Value);
        }