Defining your own generic type in C#
Channel:
Subscribers:
5,420
Published on ● Video Link: https://www.youtube.com/watch?v=7CIblpiBkVE
In this video I derive from list and hide some methods to apply a buffer effect to the list; restricting the capacity using my own logic in conjunction with the pr-existing capacity property.
Other Videos By Brian (Able Opus)
2012-07-13 | Listing enum values in a listbox in C# |
2012-07-12 | Working with AxWindowsMediaPlayer in C# |
2012-07-10 | Applying a border to a file image and saving it in C# |
2012-07-10 | Working with command line switches in C# |
2012-07-09 | Displaying process info in a propertyGrid in C# |
2012-07-08 | A bit about the weebly sub-domain and editor |
2012-07-07 | Current project updates |
2012-07-07 | Amsterdamian Gorillas |
2012-07-07 | Programmatically create a form icon in C# |
2012-07-07 | Small talk about C# anonymous methods |
2012-07-05 | Defining your own generic type in C# |
2012-07-04 | Postfix increment VS prefix increment |
2012-07-04 | Download a file Asyc in C# |
2012-07-03 | When to use a static constructor with an instance in C# |
2012-07-03 | My first rowbawt in C# |
2012-07-03 | Using the Webrowser.Document object in C# |
2012-06-30 | Saving ListBox items in C# |
2012-06-30 | Effective class design in C# |
2012-06-30 | Visual Studio Extension: Spell Checker |
2012-06-29 | The SetWindowPos User32 Method |
2012-06-29 | Applied Speech recognition in C# |
Tags:
csharp
c#
visual studio
programming
list
collection
derive
inherit
type
generic
capacity
interface
ienumerable