  | PageRemoveLibraryT Method  | 
 [This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Monkeyspeak.Page.RemoveLibrary``1"]
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic bool RemoveLibrary<T>()
where T : BaseLibrary
Public Function RemoveLibrary(Of T As BaseLibrary) As Boolean
public:
generic<typename T>
where T : BaseLibrary
bool RemoveLibrary()
member RemoveLibrary : unit -> bool  when 'T : BaseLibrary
Type Parameters
- T
 [Missing <typeparam name="T"/> documentation for "M:Monkeyspeak.Page.RemoveLibrary``1"]
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Monkeyspeak.Page.RemoveLibrary``1"]
See Also