ContentResolver.Add C# (CSharp) Method

Add() public method

public Add ( type ) : void
return void
         public void Add(ContentType type) {
            list.Add(type);
         }
         public ContentType Resolve(String name) {