Static class for utility extension methods.
Inheritance HierarchySystemObject
AccordExtensionMethods
Accord (in Accord.dll) Version: 3.8.0
Syntaxpublic static class ExtensionMethods
<ExtensionAttribute> Public NotInheritable Class ExtensionMethodsRequest Example View Source
The ExtensionMethods type exposes the following members.
Methods Name Description Add(DataColumnCollection, OrderedDictionaryString, Type)Creates and adds multiple DataColumn objects with the given names at once.
Add(DataColumnCollection, String)Creates and adds multiple DataColumn objects with the given names at once.
AddressOfTRetrieves the memory address of a generic value type.
DeserializeAnyVersionT Obsolete.Deserializes the specified stream into an object graph, but locates types by searching all loaded assemblies and ignoring their versions.
FormatReplaces the format item in a specified string with the string representation of a corresponding object in a specified array.
GetDefaultValueGets the default value for a type. This method should serve as a programmatic equivalent to default(T).
GetDescriptionTGets a the value of a DescriptionAttribute associated with a particular enumeration value.
GetPositionGets the underlying buffer position for a StreamReader.
HasDefaultConstructorDetermines whether the given type has a public default (parameterless) constructor.
HasMethod(Object, String)Checks whether an object implements a method with the given name.
HasMethodT(String)Checks whether a type implements a method with the given name.
IsEqualTKey, TValueChecks whether two dictionaries have the same contents.
IsGreaterThanTDetermines whether a > b.
IsGreaterThanOrEqualTDetermines whether a >= b.
IsLessThanTDetermines whether a < b.
IsLessThanOrEqualTDetermines whether a <= b.
ReadTReads a struct from a stream.
ReadJaggedTReads a struct from a stream.
ReadMatrix(BinaryReader, Type, Int32)Reads a struct from a stream.
ReadMatrixT(BinaryReader, Int32, Int32)Reads a struct from a stream.
To(Object, Type)Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
ToT(Object)Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
WriteT(BinaryWriter, T)Reads a struct from a stream.
WriteT(BinaryWriter, T)Reads a struct from a stream.
WriteT(BinaryWriter, T)Reads a struct from a stream.
Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4