Whats up with classes, objects or types that are wrapped inside []...
eg
I dont want to know about the assembly class, just the [] as I have seen it appear several times without explanation, I have tried google but have not found any explanation of this anywhere...Code:Dim myassembly As [Assembly] = [Assembly].LoadFrom(path)




Reply With Quote