Batch.Item.IsInBundle C# (CSharp) Метод

IsInBundle() публичный Метод

public IsInBundle ( ) : bool
Результат bool
        public bool IsInBundle()
        {
            return BundleReference != null;
        }