AForge.Video.DirectShow.FileVideoSource.Grabber.Grabber C# (CSharp) Метод

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

public Grabber ( FileVideoSource parent ) : System
parent FileVideoSource
Результат System
            public Grabber( FileVideoSource parent )
            {
                this.parent = parent;
            }
FileVideoSource.Grabber